update url to the API in the example

This commit is contained in:
Dawid Wysokiński 2020-11-21 13:00:32 +01:00
parent b23e0b0d34
commit 580460eeae
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ func init() {
}
func main() {
api := sdk.New("http://localhost:8080/graphql")
api := sdk.New("https://api.tribalwarshelp.com/graphql")
version, err := api.Version.Read(models.VersionCodePL)
if err != nil {