Remove csurf

New views will be using the REST api not session, so this won't apply
This commit is contained in:
Johannes Zellner
2020-02-05 12:49:35 +01:00
parent 6a92af3db3
commit d3c7616120
9 changed files with 48 additions and 140 deletions
-1
View File
@@ -3,7 +3,6 @@
exports = module.exports = {
cookieParser: require('cookie-parser'),
cors: require('./cors'),
csrf: require('csurf'),
json: require('body-parser').json,
morgan: require('morgan'),
proxy: require('proxy-middleware'),