push auths

merge-requests/4/head
Matthew 2020-08-30 21:57:59 -04:00
parent 298ece06d8
commit f3297d79e6
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ export default class Server {
hsts: false,
hidePoweredBy: false,
contentSecurityPolicy: false,
xssFilter: false,
noSniff: false,
}));
this.app.use(bodyParser.json());
this.app.use(bodyParser.urlencoded({ extended: true }));