summaryrefslogtreecommitdiffstats
path: root/web/react/utils/client.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/utils/client.jsx')
-rw-r--r--web/react/utils/client.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/utils/client.jsx b/web/react/utils/client.jsx
index 992337671..81bdb7293 100644
--- a/web/react/utils/client.jsx
+++ b/web/react/utils/client.jsx
@@ -1430,7 +1430,7 @@ export function listIncomingHooks(success, error) {
export function getAllPreferences(success, error) {
$.ajax({
- url: `/api/v1/preferences/`,
+ url: '/api/v1/preferences/',
dataType: 'json',
type: 'GET',
success,