changeset 107 | 16e1473a6a99 |
parent 32 | 9765cf7cf817 |
child 263 | 3deace9204de |
--- a/server/bo_client/app/adapters/application.js Fri Jan 22 17:09:33 2016 +0100 +++ b/server/bo_client/app/adapters/application.js Fri Jan 22 17:43:25 2016 +0100 @@ -3,4 +3,6 @@ export default RESTAdapter.extend({ namespace: ENV.baseURL.replace(/\/$/,"")+'/api/v1', + //TODO: pass this as configuration + //host: 'http://localhost:8000' });