hasurafix

This commit is contained in:
2026-05-22 11:08:17 +05:30
parent 95cc80b4a8
commit 25dcc9ad59
5 changed files with 41 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
"source": "/api/:path*",
"destination": "https://api.workolik.com/api/:path*"
},
{
"source": "/v1/:path*",
"destination": "https://api.workolik.com/v1/:path*"
},
{
"source": "/(.*)",
"destination": "/index.html"