Skip to content

Instantly share code, notes, and snippets.

@alvincrespo
Created November 17, 2017 15:39
Show Gist options
  • Save alvincrespo/e81e3cfa227d58795ade08e0a329ee68 to your computer and use it in GitHub Desktop.
Save alvincrespo/e81e3cfa227d58795ade08e0a329ee68 to your computer and use it in GitHub Desktop.
Generated Application Adapter
// 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