Skip to content

Commit

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

Expand Down

0 comments on commit fb1bdf4

Please sign in to comment.