From fb1bdf4d83ef132bc5eb792024091551380a7bc8 Mon Sep 17 00:00:00 2001 From: TaePoong719 Date: Sat, 14 Oct 2023 20:44:15 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EB=B0=B0=ED=8F=AC=ED=99=98=EA=B2=BD?= =?UTF-8?q?=EC=97=90=EC=84=9C=EC=9D=98=20Proxy=20=EC=84=A4=EC=A0=9512?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netlify.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/netlify.toml b/netlify.toml index 5ce1c4e..5a634be 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,12 +1,12 @@ [[redirects]] -from = "/api/904/*" - to = "https://9042753645.for-seoul.synctreengine.com/:splat" +from = "/api/850/*" + to = "https://8508958360.for-seoul.synctreengine.com/:splat" status = 200 force = true - + [[redirects]] -from = "/api/850/*" - to = "https://8508958360.for-seoul.synctreengine.com/:splat" +from = "/api/904/*" + to = "https://9042753645.for-seoul.synctreengine.com/:splat" status = 200 force = true