Skip to content

Commit 384729a

Browse files
committed
rm endpoint trailing /
1 parent 3d7fa16 commit 384729a

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 = "https://hfsubset-e9kvx.ondigitalocean.app/"
181+
endpoint = "https://hfsubset-e9kvx.ondigitalocean.app"
182182
}
183183

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

0 commit comments

Comments
 (0)