Invitation only for signup
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
|
||||
const DB = require("./mongoDB.js");
|
||||
const Post = require("./def/post.js");
|
||||
|
||||
let PromotionalPosts = {};
|
||||
|
||||
DB.getDB.then((DB)=>{
|
||||
PromotionalPosts.PopularGroups = async () => {
|
||||
let groups = DB.getGroups(false);
|
||||
|
||||
}
|
||||
|
||||
PromotionalPosts.PopularCourses = async () => {
|
||||
|
||||
}
|
||||
|
||||
PromotionalPosts.ImportantNews = async () => {
|
||||
|
||||
}
|
||||
|
||||
PromotionalPosts.IntroPost = async () => {
|
||||
|
||||
}
|
||||
|
||||
PromotionalPosts.continueWatchingCourse = async () => {
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
module.exports = PromotionalPosts;
|
||||
Reference in New Issue
Block a user