Started work on permissions list in /adminPanel
This commit is contained in:
parent
1de507b7cb
commit
8c4d9693f5
15 changed files with 148 additions and 202 deletions
|
|
@ -19,5 +19,5 @@ const config = require('../../../config.json');
|
|||
|
||||
//popout panel container functions
|
||||
module.exports.get = async function(req, res){
|
||||
res.render('panels/popoutContainer', {instance: config.instanceName});
|
||||
res.render('popoutContainer', {instance: config.instanceName});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue