Skip to content

Commit

Permalink
Fix adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSkrobis committed Sep 14, 2017
1 parent 7c972f0 commit a588d63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/adapters/application.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import DS from 'ember-data';
import DataAdapterMixin from 'ember-simple-auth/mixins/data-adapter-mixin';
import ENV from 'bsc-ember/config/environment';

const { JSONAPIAdapter } = DS;

export default JSONAPIAdapter.extend(DataAdapterMixin, {
authorizer: 'authorizer:devise'
authorizer: 'authorizer:devise',
host: ENV.APP.host
});

0 comments on commit a588d63

Please sign in to comment.