From b94a0fd98dd0e882292c65b250765a976f32bbea Mon Sep 17 00:00:00 2001 From: program-- Date: Tue, 16 May 2023 08:19:38 -0700 Subject: [PATCH] update cli --- cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/main.go b/cli/main.go index 5fbbfbf..9e94c33 100644 --- a/cli/main.go +++ b/cli/main.go @@ -178,7 +178,7 @@ func main() { endpoint = v } else { // TODO: Change to AWS endpoint - endpoint = "http://localhost:9000" + endpoint = "https://hfsubset-e9kvx.ondigitalocean.app/" } resp := makeRequest(endpoint, opts, bar)