mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 10:05:24 +02:00
fix(vercel): remove manual rewrites, rely on Vercel auto-detection of /api/ functions
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
{
|
||||
"rewrites": [
|
||||
{ "source": "/api/dropbox-proxy", "destination": "/api/dropbox-proxy.js" },
|
||||
{ "source": "/api/dropbox-sync", "destination": "/api/dropbox-sync.js" },
|
||||
{ "source": "/api/bc-proxy", "destination": "/api/bc-proxy.js" },
|
||||
{ "source": "/api/bc-export", "destination": "/api/bc-export.js" },
|
||||
{ "source": "/api/backup", "destination": "/api/backup.js" },
|
||||
{ "source": "/api/users-admin", "destination": "/api/users-admin.js" }
|
||||
],
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
|
||||
Reference in New Issue
Block a user