diff -r 706f10bcdc3c -r f5690d918358 server/bo_client/app/adapters/application.js --- a/server/bo_client/app/adapters/application.js Sun Oct 02 19:11:06 2016 +0200 +++ b/server/bo_client/app/adapters/application.js Sun Oct 02 19:14:07 2016 +0200 @@ -2,7 +2,7 @@ import ENV from 'bo-client/config/environment'; export default RESTAdapter.extend({ - namespace: ENV.rootURL.replace(/\/$/,"")+'/api/v1', - //TODO: pass this as configuration - //host: 'http://localhost:8000' + namespace: ENV.rootURL.replace(/\/$/,'')+'/api/v1' + //TODO: pass this as configuration + //host: 'http://localhost:8000' });