aboutsummaryrefslogtreecommitdiffstats
path: root/arbiter/arbiter.go
diff options
context:
space:
mode:
Diffstat (limited to 'arbiter/arbiter.go')
-rw-r--r--arbiter/arbiter.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/arbiter/arbiter.go b/arbiter/arbiter.go
index 7390cfa..8fce2be 100644
--- a/arbiter/arbiter.go
+++ b/arbiter/arbiter.go
@@ -363,8 +363,8 @@ func main() {
setupLogging()
var handlerFuncs = []HttpHandler{
- {name: "/arb/gecko", function: arbHandler},
- {name: "/arb/coincap", function: coincapHandler},
+ {name: "/crypto/v1/arb/gecko", function: arbHandler},
+ {name: "/crypto/v1/arb/coincap", function: coincapHandler},
}
startServer(gracefulWait, handlerFuncs, SERVER_DEPLOYMENT_TYPE, *flagPort)