server/bo_client/app/adapters/application.js
author nowmad@nowmads-macbook-pro.local
Thu, 10 Dec 2015 16:50:53 +0100
changeset 42 7d091abf82fd
parent 4 f55970e41793
child 20 a9b98b16b053
permissions -rw-r--r--
add application adapter to simulate REST, using fixtures

import DS from 'ember-data';

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