Skip to content

Commit

Permalink
fixing missing authorizer
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jun 18, 2019
1 parent 91e7a8c commit bc72a21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
1 change: 1 addition & 0 deletions addon/adapters/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import DS from 'ember-data';
import DataAdapterMixin from 'ember-simple-auth/mixins/data-adapter-mixin';

export default DS.JSONAPIAdapter.extend(DataAdapterMixin, {
authorizer: 'authorizer:application'
});
16 changes: 2 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc72a21

Please sign in to comment.