summaryrefslogtreecommitdiff
path: root/src/api/routes/schedulers.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/schedulers.js')
-rw-r--r--src/api/routes/schedulers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/routes/schedulers.js b/src/api/routes/schedulers.js
index 246abf32..ea360967 100644
--- a/src/api/routes/schedulers.js
+++ b/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");
}