Minor bugfixes for groove and deezer
This commit is contained in:
parent
cfaef8be94
commit
2693afb2bd
7 changed files with 27 additions and 23 deletions
2
app.js
2
app.js
|
@ -31,7 +31,7 @@ app.on('error', (err) => {
|
|||
raven.captureException(err);
|
||||
});
|
||||
|
||||
app.use(errorHandler());
|
||||
app.use(errorHandler(raven));
|
||||
|
||||
app.use(bodyparser());
|
||||
app.use(cors());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue