summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/api/routes/schedulers.js
blob: 4481fb2a3f3ad6adb8a69bd4718af1c54e51b078 (plain)
1
2
3
4
5
import { getAll } from './util'

export function getAllSchedulers() {
    return getAll('/schedulers')
}