Skip to content

Commit

Permalink
Fix /crates/$crate_id
Browse files Browse the repository at this point in the history
  • Loading branch information
kzys committed Nov 15, 2019
1 parent 3c12897 commit 9ced6ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fastboot/initializers/ajax.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default {
name: 'ajax-service',
initialize() {
// 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
// https://github.com/ember-cli/ember-fetch#ajax-service
},
};

0 comments on commit 9ced6ef

Please sign in to comment.