Fixing character service url
This commit is contained in:
parent
f443a817e6
commit
a347175e53
@ -1,6 +1,6 @@
|
||||
extends Node
|
||||
|
||||
const CHARACTER_API_URL := "https://pcharacter.ranaze.com/api/Characters"
|
||||
const CHARACTER_API_URL := "https://pchar.ranaze.com/api/Characters"
|
||||
|
||||
func list_characters() -> Dictionary:
|
||||
return await _request(HTTPClient.METHOD_GET, CHARACTER_API_URL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user