server/bo_client/app/adapters/application.js
author nowmad@nowmads-macbook-pro.local
Mon, 30 Nov 2015 17:50:25 +0100
changeset 37 343750d4d38e
parent 4 f55970e41793
child 20 a9b98b16b053
permissions -rw-r--r--
small improvment of style and add forgotten tabs "thematiques"

import DS from 'ember-data';

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