server/bo_client/app/adapters/application.js
author nowmad@nowmads-macbook-pro.local
Mon, 30 Nov 2015 17:49:12 +0100
changeset 35 9148b2653eb5
parent 4 f55970e41793
child 20 a9b98b16b053
permissions -rw-r--r--
update the route with new names

import DS from 'ember-data';

export default DS.RESTAdapter.extend({
  namespace: 'api',
});