diff --git a/fastboot/initializers/ajax.js b/fastboot/initializers/ajax.js new file mode 100644 index 0000000..9ba7496 --- /dev/null +++ b/fastboot/initializers/ajax.js @@ -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 + */ + } +};