server/bo_client/app/adapters/application.js
author nowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 12:21:50 +0100
changeset 69 87946963c3bb
parent 20 a9b98b16b053
child 28 b0b56e0f8c7f
permissions -rw-r--r--
add queryFixture to be able to simulate query on the fixtures data

import DS from 'ember-data';

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