Skip to content

Commit e45a7ca

Browse files
authored
Update main.go
- changing TibiaDataAPIhost to dev.tibiadata.com
1 parent bceaf1a commit e45a7ca

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)