Skip to content

Commit

Permalink
Merge pull request #123 from trickest/update/api-base-url
Browse files Browse the repository at this point in the history
Update API base URL
  • Loading branch information
mhmdiaa authored Oct 22, 2024
2 parents 7f0bb4a + 10214e3 commit 8127800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
type UnexpectedResponse map[string]interface{}

const (
BaseURL = "https://hive-api.trickest.io/"
BaseURL = "https://api.trickest.io/hive/"
)

var (
Expand Down

0 comments on commit 8127800

Please sign in to comment.