Skip to content

Commit

Permalink
Fix: 배포환경에서의 Proxy 설정14
Browse files Browse the repository at this point in the history
  • Loading branch information
TaePoong719 committed Oct 14, 2023
1 parent 47cc4e8 commit bb128a7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[[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

[[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/246/*"
to = "https://2468280591.for-seoul.synctreengine.com/:splat"
Expand Down

0 comments on commit bb128a7

Please sign in to comment.