server/bo_client/app/adapters/application.js
author nowmad@23.1.168.192.in-addr.arpa
Thu, 17 Dec 2015 12:29:48 +0100
changeset 71 22d9719f1929
parent 20 a9b98b16b053
child 28 b0b56e0f8c7f
permissions -rw-r--r--
add class to the main div of the ember app to simplify css set up

import DS from 'ember-data';

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