server/bo_client/app/adapters/application.js
author ymh <ymh.work@gmail.com>
Fri, 15 Jan 2016 16:32:33 +0100
changeset 30 7ca52d7235ed
parent 28 b0b56e0f8c7f
child 32 9765cf7cf817
permissions -rw-r--r--
correct tasks error

import DS from 'ember-data';
import ENV from 'bo-client/config/environment';

export default DS.RESTAdapter.extend({
  namespace: ENV.baseURL.replace(/\/$/,"")+'/api/v1',
});