Create vercel.json

This commit is contained in:
Chigozirim Igweamaka 2024-05-25 15:56:52 +01:00 committed by GitHub
parent 1f6d1bb353
commit 6fa6a6792c

8
client/vercel.json Normal file
View file

@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "http://51.20.115.7:5000/:path*",
"destination": "http://51.20.115.7:5000/:path*"
}
]
}