Version 0.1.1 - Ajout d'une page de login et de style
This commit is contained in:
@ -2,7 +2,9 @@ const path = require("path");
|
||||
const root = path.resolve(__dirname, '../')
|
||||
|
||||
const __glob = {
|
||||
ROUTES: root + path.sep + "routes" + path.sep
|
||||
ROUTES: root + path.sep + "routes" + path.sep,
|
||||
ROOT: root,
|
||||
LOGS: root + path.sep + "logs"
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user