Skip to content

Commit 8127800

Browse files
authored
Merge pull request #123 from trickest/update/api-base-url
Update API base URL
2 parents 7f0bb4a + 10214e3 commit 8127800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
type UnexpectedResponse map[string]interface{}
2727

2828
const (
29-
BaseURL = "https://hive-api.trickest.io/"
29+
BaseURL = "https://api.trickest.io/hive/"
3030
)
3131

3232
var (

0 commit comments

Comments
 (0)