Force the use of fetch despite jquery still being integrated

This commit is contained in:
Michael Lange 2020-05-20 14:13:41 -07:00
parent b3164e50f7
commit d5e8c1ca8c
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ import { default as NoLeaderError, NO_LEADER } from '../utils/no-leader-error';
export const namespace = 'v1';
export default RESTAdapter.extend({
// TODO: This can be removed once jquery-integration is turned off for
// the entire app.
useFetch: true,
namespace,
system: service(),