From e45a7ca51eb4889611bd4afb7d09989f98207d5d Mon Sep 17 00:00:00 2001 From: Tobias Lindberg Date: Thu, 13 Jan 2022 22:33:30 +0100 Subject: [PATCH] Update main.go - changing TibiaDataAPIhost to dev.tibiadata.com --- src/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.go b/src/main.go index 66c4231..f84c34d 100644 --- a/src/main.go +++ b/src/main.go @@ -16,7 +16,7 @@ import ( ) const ( - TibiaDataAPIhost = "http://127.0.0.1:8080" + TibiaDataAPIhost = "https://dev.tibiadata.com" ) type AssetsHouseWorlds struct {