diff options
author | terminaldweller <thabogre@gmail.com> | 2022-11-15 06:33:10 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-11-15 06:33:10 +0000 |
commit | 14c8da596041a1f4c73b7065acfd4f185f35ca68 (patch) | |
tree | e2956e27cb910d771261e7774496f0f54cd763ce /arbiter/tests.sh | |
parent | added coincap endpoint (diff) | |
download | hived-14c8da596041a1f4c73b7065acfd4f185f35ca68.tar.gz hived-14c8da596041a1f4c73b7065acfd4f185f35ca68.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | arbiter/tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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" |