summaryrefslogtreecommitdiff
path: root/src/api/routes/schedulers.js
blob: 246abf32c27e264c073e9e1e269448faa3361530 (plain)
1
2
3
4
5
import {getAll} from "./util";

export function getAllSchedulers() {
    return getAll("/schedulers");
}