Skip to content

Commit b94a0fd

Browse files
committed
update cli
1 parent 92df19f commit b94a0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ func main() {
178178
endpoint = v
179179
} else {
180180
// TODO: Change to AWS endpoint
181-
endpoint = "http://localhost:9000"
181+
endpoint = "https://hfsubset-e9kvx.ondigitalocean.app/"
182182
}
183183

184184
resp := makeRequest(endpoint, opts, bar)

0 commit comments

Comments
 (0)