summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/api/schedulers.js
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-web/opendc-web-ui/src/api/schedulers.js')
-rw-r--r--opendc-web/opendc-web-ui/src/api/schedulers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-ui/src/api/schedulers.js b/opendc-web/opendc-web-ui/src/api/schedulers.js
index 1b69f1a1..0b8b8153 100644
--- a/opendc-web/opendc-web-ui/src/api/schedulers.js
+++ b/opendc-web/opendc-web-ui/src/api/schedulers.js
@@ -22,6 +22,6 @@
import { request } from './index'
-export function getAllSchedulers(auth) {
+export function fetchSchedulers(auth) {
return request(auth, 'schedulers/')
}