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 07fb795fa1
commit 2818655b96

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(),