From 14c8da596041a1f4c73b7065acfd4f185f35ca68 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 15 Nov 2022 10:03:10 +0330 Subject: update --- arbiter/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arbiter/tests.sh') diff --git a/arbiter/tests.sh b/arbiter/tests.sh index ece5801..be923f3 100755 --- a/arbiter/tests.sh +++ b/arbiter/tests.sh @@ -1,4 +1,4 @@ #!/usr/bin/env sh -curl -k -X GET "https://localhost:8009/arb/gecko?name=ethereum&unit=usd" -curl -k -X GET "https://localhost:8009/arb/coincap?name=ethereum" +curl -k -X GET "https://localhost:8009/crypto/v1/arb/gecko?name=ethereum&unit=usd" +curl -k -X GET "https://localhost:8009/crypto/v1/arb/coincap?name=ethereum" -- cgit v1.2.3