We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98ccc1 commit c7109abCopy full SHA for c7109ab
src/main.go
@@ -45,6 +45,10 @@ func main() {
45
log.Printf("[debug] TIbiaData API User-Agent: %s", TibiadataUserAgent)
46
}
47
48
+ // initializing houses mappings
49
+ TibiaDataHousesMappingInitiator()
50
+
51
+ // starting webserver.go stuff
52
runWebServer()
53
54
@@ -71,6 +75,4 @@ func TibiaDataInitializer() {
71
75
72
76
log.Printf("[info] TibiaData API proxy: %s", TibiadataProxyDomain)
73
77
74
- // initializing houses mappings
- TibiaDataHousesMappingInitiator()
78
0 commit comments