server/bo_client/app/adapters/application.js
changeset 304 20071981ba2a
parent 263 3deace9204de
child 517 3143195e91b4
--- 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'
 });