Fix emails and csrf
This commit is contained in:
parent
c6e420893a
commit
207c12973e
7 changed files with 80 additions and 138 deletions
1
app.js
1
app.js
|
@ -13,7 +13,6 @@ import debugname from 'debug';
|
|||
import * as redis from './lib/redis';
|
||||
import api, { ws } from './api/app';
|
||||
import web from './web/app';
|
||||
import { isContext } from 'vm';
|
||||
|
||||
const debug = debugname('hostr');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue