Skip to content

Commit 2b9db52

Browse files
authored
- changing TibiaDataAPIhost to api.tibiadata.com (#7)
1 parent de56532 commit 2b9db52

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
@@ -18,7 +18,7 @@ var (
1818
)
1919

2020
const (
21-
TibiaDataAPIhost = "dev.tibiadata.com"
21+
TibiaDataAPIhost = "api.tibiadata.com"
2222
)
2323

2424
func init() {

0 commit comments

Comments
 (0)