Skip to content

Commit

Permalink
[#31] WIP Added fastboot initializer
Browse files Browse the repository at this point in the history
* [ ] get Mirage to work with ember-fetch
  • Loading branch information
0xadada committed Mar 8, 2018
1 parent ab55c8b commit 1545eaa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fastboot/initializers/ajax.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export default {
name: 'ajax-service',
initialize() {
/* noop
* This is to override Fastboot's initializer which prevents ember-fetch from working
* https://github.com/ember-fastboot/ember-cli-fastboot/blob/master/fastboot/initializers/ajax.js
*/
}
};

0 comments on commit 1545eaa

Please sign in to comment.