pull/29/head
Matthew 2020-10-19 19:48:11 -04:00
parent 4b601233f1
commit 7a3154e8ff
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export default class Report extends Route {
public bind() {
this.router.all('*', (_req, res, next) => {
res.header('Access-Control-Allow-Origin', '*');
res.setHeader('Access-Control-Allow-Origin', '*');
next();
});