From 628f43ec48c6ec2652cb02bb20f562f5f49dee80 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Fri, 27 Sep 2024 21:56:27 +0800 Subject: [PATCH] :alien: Use new ambr api host --- utils/const/_url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/const/_url.py b/utils/const/_url.py index 08569c77..d19ab29a 100644 --- a/utils/const/_url.py +++ b/utils/const/_url.py @@ -4,6 +4,6 @@ __all__ = ("HONEY_HOST", "ENKA_HOST", "AMBR_HOST", "AMBR_API_HOST", "CELESTIA_HO HONEY_HOST = URL("https://gensh.honeyhunterworld.com/") ENKA_HOST = URL("https://enka.network/") -AMBR_HOST = URL("https://gi.yatta.top/") +AMBR_HOST = URL("https://gi.yatta.moe/") AMBR_API_HOST = AMBR_HOST.join("api/") CELESTIA_HOST = URL("https://www.projectcelestia.com/")