Created
November 17, 2017 15:39
-
-
Save alvincrespo/e81e3cfa227d58795ade08e0a329ee68 to your computer and use it in GitHub Desktop.
Generated Application Adapter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// auth-example-frontend/app/adapters/application.js | |
import DS from 'ember-data'; | |
export default DS.JSONAPIAdapter.extend({ | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment