1 import DS from 'ember-data';
2
3 export default DS.RESTAdapter.extend({
4 namespace: 'api',
4 namespace: 'api/v1',
5 });