From 580460eeae1bac7967669dc9282185b5c1194369 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Sat, 21 Nov 2020 13:00:32 +0100 Subject: [PATCH] update url to the API in the example --- example/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/main.go b/example/main.go index 0e1900a..e7aa470 100644 --- a/example/main.go +++ b/example/main.go @@ -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 {