summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui/src/api/traces.js
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-web/opendc-web-ui/src/api/traces.js')
-rw-r--r--opendc-web/opendc-web-ui/src/api/traces.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-ui/src/api/traces.js b/opendc-web/opendc-web-ui/src/api/traces.js
index df03a2dd..fd637ac3 100644
--- a/opendc-web/opendc-web-ui/src/api/traces.js
+++ b/opendc-web/opendc-web-ui/src/api/traces.js
@@ -22,6 +22,6 @@
import { request } from './index'
-export function getAllTraces(auth) {
+export function fetchTraces(auth) {
return request(auth, 'traces/')
}