Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Signed-off-by: mbfannan <[email protected]>
  • Loading branch information
mbfannan authored Nov 12, 2023
1 parent c983e2c commit 5913242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/write/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const Write = module.exports;
Write.users = require('./users');
Write.groups = require('./groups');
Write.categories = require('./categories');
Write.career = require('./career');
Write.topics = require('./topics');
Write.posts = require('./posts');
Write.chats = require('./chats');
Expand Down

0 comments on commit 5913242

Please sign in to comment.