Created channel perms schema and api routes.
This commit is contained in:
parent
9dbbc4e924
commit
8384e732f3
21 changed files with 250 additions and 20 deletions
|
|
@ -19,7 +19,7 @@ const config = require('../../config.json');
|
|||
|
||||
//local imports
|
||||
const {exceptionHandler} = require('../utils/loggerUtils.js');
|
||||
const channelModel = require('../schemas/channelSchema');
|
||||
const channelModel = require('../schemas/channel/channelSchema');
|
||||
|
||||
//root index functions
|
||||
module.exports.get = async function(req, res){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue