mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
Force the use of fetch despite jquery still being integrated
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user