From ef9bd424ec706a0f2168e5ffd26eb48a3d5d51de Mon Sep 17 00:00:00 2001 From: Shogo Nakamura <104970808+nakaterm@users.noreply.github.com> Date: Tue, 8 Sep 2026 18:40:53 +0900 Subject: [PATCH] =?UTF-8?q?=E6=96=B0endpoint=E3=81=AB=E5=88=87=E3=82=8A?= =?UTF-8?q?=E6=9B=BF=E3=81=88=20(#103)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/wrangler.toml b/client/wrangler.toml index d8743b6..8b469eb 100644 --- a/client/wrangler.toml +++ b/client/wrangler.toml @@ -4,7 +4,7 @@ compatibility_date = "2024-12-01" pages_build_output_dir = "./dist" [env.production.vars] -API_ENDPOINT = "https://api.itsuhima.utcode.net" +API_ENDPOINT = "https://api-itsuhima.utcode.net" [env.preview.vars] API_ENDPOINT = "https://api.itsuhima-staging.utcode.net"