--- a/server/bo_client/app/adapters/application.js Tue Sep 27 01:50:53 2016 +0200
+++ b/server/bo_client/app/adapters/application.js Tue Sep 27 23:43:29 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'
});