Remove csrf middleware for wno

This commit is contained in:
Jonathan Cremin 2015-08-10 12:32:05 +01:00
parent dd99b690d1
commit 05a6f5ca06
2 changed files with 0 additions and 7 deletions

View file

@ -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) {