Skip to content

Commit 0fafecd

Browse files
authored
Merge pull request #2 from TibiaData/changing-tibiadata-api-host-to-dev
2 parents bceaf1a + e45a7ca commit 0fafecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
const (
19-
TibiaDataAPIhost = "http://127.0.0.1:8080"
19+
TibiaDataAPIhost = "https://dev.tibiadata.com"
2020
)
2121

2222
type AssetsHouseWorlds struct {

0 commit comments

Comments
 (0)