Skip to content

Commit

Permalink
rm endpoint trailing /
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejohnson51 committed May 16, 2023
1 parent 3d7fa16 commit 384729a
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 = "https://hfsubset-e9kvx.ondigitalocean.app/"
endpoint = "https://hfsubset-e9kvx.ondigitalocean.app"
}

resp := makeRequest(endpoint, opts, bar)
Expand Down

0 comments on commit 384729a

Please sign in to comment.