UNPKG

wnpc

Version:

This README outlines the details of collaborating on this Ember application.

9 lines (6 loc) 171 B
`import DS from 'ember-data'` ApplicationAdapter = DS.ActiveModelAdapter.extend( host: WnpcENV.APP.apiHost namespace: 'api/v1' ) `export default ApplicationAdapter`