The Problem:
I have an Ember CLI Application that will consume multiple APIs, which I need to proxy to in development mode.
Background:<
var proxyPath = 'myapp/api/v1';
You're missing a / in the beginning of the string ;)
/