diff options
Diffstat (limited to 'frontend/src/api/routes/traces.js')
| -rw-r--r-- | frontend/src/api/routes/traces.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/frontend/src/api/routes/traces.js b/frontend/src/api/routes/traces.js index 140408b1..67895a87 100644 --- a/frontend/src/api/routes/traces.js +++ b/frontend/src/api/routes/traces.js @@ -1,9 +1,5 @@ -import { getAll, getById } from './util' +import { getAll } from './util' export function getAllTraces() { return getAll('/traces') } - -export function getJobsOfTrace(traceId) { - return getById('/traces/{traceId}/jobs', { traceId }) -} |
