Skip to content

Commit

Permalink
Merge pull request #75 from CapstoneDesign24-GQ/hyunah7
Browse files Browse the repository at this point in the history
chore: vercel.json파일 수정
  • Loading branch information
wiseah authored Jun 9, 2024
2 parents 7a54b74 + f2b1dd8 commit 9b12351
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://apis.data.go.kr/:path*"
"destination": "https://www.data.go.kr//:path*"
},
{
"source": "/api/:path*/",
"destination": "https://apis.data.go.kr/:path*/"
"destination": "https://www.data.go.kr//:path*/"
}
]
}

0 comments on commit 9b12351

Please sign in to comment.