We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f279fa commit 1b98fd1Copy full SHA for 1b98fd1
fastboot/initializers/ajax.js
@@ -0,0 +1,8 @@
1
+export default {
2
+ name: 'ajax-service',
3
+ initialize() {
4
+ // This is to override Fastboot's initializer which prevents ember-fetch from working
5
+ // https://github.com/ember-fastboot/ember-cli-fastboot/blob/master/fastboot/initializers/ajax.js
6
+ // https://github.com/ember-cli/ember-fetch#ajax-service
7
+ },
8
+};
0 commit comments