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

export function getAllTraces() {
    return getAll('/traces')
}