Skip to content

Commit

Permalink
update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed May 16, 2023
1 parent 92df19f commit b94a0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b94a0fd

Please sign in to comment.