I\'m trying to move my application from Ember Appkit to ember-cli and I\'m having trouble replicating the proxy functionality previously provided by the APIMethod and proxyU
The solution was to comment out app.use(bodyParser()); in server/index.js
app.use(bodyParser());