Skip to content

Commit 9ce1c65

Browse files
committed
Add: Vecel Redirect Masking
1 parent fc6e99a commit 9ce1c65

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

frontend/vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"rewrites": [
3+
{
4+
"source": "/api/:path*",
5+
"destination": "https://promptman-backend-516311034753.asia-south1.run.app/:path*"
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)