File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ func TibiaDataHousesMappingInitiator() {
4444 // Disable redirection of client (so we skip parsing maintenance page)
4545 client .SetRedirectPolicy (resty .NoRedirectPolicy ())
4646
47- TibiadataAssetsURL := "https://assets.tibiadata.com/data.json"
47+ TibiadataAssetsURL := "https://assets.tibiadata.com/data.min. json"
4848 res , err := client .R ().Get (TibiadataAssetsURL )
4949
5050 switch res .StatusCode () {
@@ -54,7 +54,7 @@ func TibiaDataHousesMappingInitiator() {
5454 err = json .Unmarshal ([]byte (res .Body ()), & data )
5555
5656 if err != nil {
57- log .Println ("[error] TibiaData API failed to parse content from assets.tibiadata.com/data.json" )
57+ log .Println ("[error] TibiaData API failed to parse content from assets.tibiadata.com/data.min. json" )
5858 } else {
5959 // storing data so it's accessible from other places
6060 TibiadataHousesMapping = data
You can’t perform that action at this time.
0 commit comments