bugfix helpers
This commit is contained in:
@@ -133,6 +133,7 @@ const server = https.createServer(httpsOptions, app);
|
||||
//#region Service-Registration/Middleware/Utils/Helpers
|
||||
require(`${app.locals.path.root}/utils.js`);
|
||||
let helpers = service.get('fileSystemManager').loadAllFiles(`${app.locals.path.public}/helpers`, '.js');
|
||||
exports.helpers = helpers;
|
||||
|
||||
app.use(express.urlencoded({ extended: true }));
|
||||
app.use(express.json());
|
||||
|
||||
Reference in New Issue
Block a user