Enabling static files somewhere else

This commit is contained in:
Thomas Forgione
2017-09-30 11:48:28 +02:00
parent 5ad9d41eca
commit a6753d9f44
4 changed files with 15 additions and 5 deletions

View File

@@ -13,6 +13,8 @@ module.exports.PORT = 4000;
module.exports.ADE_BASE_URL =
"https://edt.inp-toulouse.fr/jsp/custom/modules/plannings/anonymous_cal.jsp?"
module.exports.STATIC_URL = '/static/';
const privateConf = require('./private.js');
for (let key in privateConf) {