A simplistic approach to automatically converting responses to JSONP, since Adonis does not do this for you.
Compatible with Adonis 4.1
adonis make:middleware JsonpDetector
- In
start/kernel.js
, addApp/Middleware/JsonpDetector
as to the global middleware array. - In
app/Middleware/JsonpDetector.js
, replace the file with the file from this gist.