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"