Skip to content
Snippets Groups Projects
application.js 147 B
Newer Older
Mathis Neumann's avatar
Mathis Neumann committed
import RESTAdapter from 'ember-data/adapters/rest';

export default RESTAdapter.extend({
    host: 'http://localhost:3000',
    namespace: 'v1'
});