UNPKG

ember-rocks

Version:

An Em(ber) command line utility to help you build an ambitious web application

7 lines (5 loc) 136 B
import DS from 'ember-data'; var ApplicationAdapter = DS.RESTAdapter.extend({ namespace: 'api' }); export default ApplicationAdapter;