Added index
This commit is contained in:
@@ -3,6 +3,7 @@ const join = require('path').join;
|
||||
module.exports.BASE_DIR = join(__dirname, '..');
|
||||
module.exports.UTILS_DIR = join(module.exports.BASE_DIR, 'utils');
|
||||
module.exports.STATIC_DIR = join(module.exports.BASE_DIR, 'static');
|
||||
module.exports.CONTROLLERS_DIR = join(module.exports.BASE_DIR, 'controllers');
|
||||
|
||||
module.exports.DEBUG = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user