environemnt availability

This commit is contained in:
2025-07-06 23:50:48 +03:00
parent 4d7b5019d3
commit f3610a70d4
4 changed files with 23 additions and 15 deletions

8
vercel.json Normal file
View File

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