index
:
opendc.git
master
The OpenDC repository.
Mateusz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
api
/
routes
/
tasks.js
blob: 69736af8bac00a5af2ebd2fa1b4a69a09b901630 (
plain
)
1
2
3
4
5
import {getAll} from "./util"; export function getAllTasks() { return getAll("/tasks"); }