Ferandal

Results 1 comments of Ferandal

I used version 2.0 To fix the issue there you have to replace in ./out/app.js on line 30 ``` res.render('error', { ``` with ``` res.json({ ``` This way express is...