We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02722b commit d7d453cCopy full SHA for d7d453c
packages/ember-cli-fastboot/fastboot/initializers/ajax.js
@@ -30,7 +30,5 @@ export default {
30
31
initialize: function(application) {
32
application.register('ajax:node', nodeAjax, { instantiate: false });
33
- application.inject('adapter', '_ajaxRequest', 'ajax:node');
34
- application.inject('adapter', 'fastboot', 'service:fastboot');
35
}
36
};
0 commit comments