зеркало из https://github.com/mozilla/CSOL-site.git
Getting this right too might also help
This commit is contained in:
Родитель
0dd545e5ed
Коммит
6d4466d5ca
2
app.js
2
app.js
|
@ -18,7 +18,7 @@ app.use(express.csrf());
|
|||
app.use(express.static(path.join(__dirname, 'static')));
|
||||
|
||||
app.use(helpers.addCsrfToken);
|
||||
app.use(helpers.addRangeGlobal);
|
||||
app.use(helpers.addRangeMethod);
|
||||
|
||||
require('./controllers/auth')(app);
|
||||
require('./controllers/info')(app);
|
||||
|
|
Загрузка…
Ссылка в новой задаче