Skip to content

Commit

Permalink
chore: vercel.json파일 수정2
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseah committed Jun 9, 2024
1 parent f2b1dd8 commit 67bfba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"rewrites": [
{
"source": "/api/:path*",
"destination": "https://www.data.go.kr//:path*"
"destination": "https://www.data.go.kr/:path*"
},
{
"source": "/api/:path*/",
"destination": "https://www.data.go.kr//:path*/"
"destination": "https://www.data.go.kr/:path*/"
}
]
}

0 comments on commit 67bfba6

Please sign in to comment.