Remove csrf middleware for wno
This commit is contained in:
parent
dd99b690d1
commit
05a6f5ca06
2 changed files with 0 additions and 7 deletions
|
@ -37,8 +37,6 @@ const redisUrl = process.env.REDIS_URL || process.env.REDISTOGO_URL || 'redis://
|
|||
|
||||
const app = koa();
|
||||
|
||||
csrf(app);
|
||||
|
||||
let statsdOpts = {prefix: 'hostr-web', host: process.env.STATSD_HOST || 'localhost'};
|
||||
let statsd = new StatsD(statsdOpts);
|
||||
app.use(function*(next) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue