From 1b4d868e7ed43b913d8daee7f71ff0bc038bebf4 Mon Sep 17 00:00:00 2001 From: core Date: Sat, 13 May 2023 20:12:19 -0400 Subject: [PATCH] fix! change api and game urls (this should be the final in the flurry of commits i have pushed recently) --- docker/config.jinja.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/config.jinja.toml b/docker/config.jinja.toml index eb220c6ddf225c901d5e54a1d9e84a388ac5e039..787880f553249b74b28867484ca8488e7d18d677 100644 --- a/docker/config.jinja.toml +++ b/docker/config.jinja.toml @@ -21,5 +21,5 @@ listen = "0.0.0.0:8080" [endpoints] allowed_return_endpoints = [ "127.0.0.1:5173", - "starkingdoms.tk" + "starkingdoms.io" ] \ No newline at end of file