Skip to content

Commit 3d7fa16

Browse files
Merge pull request #5 from program--/main
update cli endpoint
2 parents 92df19f + b94a0fd commit 3d7fa16

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)