Fixing character service url
All checks were successful
Deploy Promiscuity Auth API / deploy (push) Successful in 44s
Deploy Promiscuity Character API / deploy (push) Successful in 42s
k8s smoke test / test (push) Successful in 5s

This commit is contained in:
hz 2026-01-10 13:52:43 -06:00
parent f443a817e6
commit a347175e53

View File

@ -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)