summaryrefslogtreecommitdiff
path: root/frontend/src/api/routes/schedulers.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/api/routes/schedulers.js')
-rw-r--r--frontend/src/api/routes/schedulers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/api/routes/schedulers.js b/frontend/src/api/routes/schedulers.js
index ea360967..4481fb2a 100644
--- a/frontend/src/api/routes/schedulers.js
+++ b/frontend/src/api/routes/schedulers.js
@@ -1,5 +1,5 @@
-import { getAll } from "./util";
+import { getAll } from './util'
export function getAllSchedulers() {
- return getAll("/schedulers");
+ return getAll('/schedulers')
}