diff options
Diffstat (limited to 'src/api/routes/traces.js')
| -rw-r--r-- | src/api/routes/traces.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/api/routes/traces.js b/src/api/routes/traces.js deleted file mode 100644 index a9ee4fae..00000000 --- a/src/api/routes/traces.js +++ /dev/null @@ -1,9 +0,0 @@ -import { getAll, getById } from "./util"; - -export function getAllTraces() { - return getAll("/traces"); -} - -export function getJobsOfTrace(traceId) { - return getById("/traces/{traceId}/jobs", { traceId }); -} |
