mirror of
https://github.com/Nezumi-2711/json-server-vercel.git
synced 2026-09-22 13:38:40 +00:00
18 lines
276 B
JSON
18 lines
276 B
JSON
{
|
|
"functions": {
|
|
"api/server.js": {
|
|
"includeFiles": "db.json"
|
|
}
|
|
},
|
|
"rewrites": [
|
|
{
|
|
"source": "/api/express/(.*)",
|
|
"destination": "api/server.js"
|
|
},
|
|
{
|
|
"source": "/api/flask/(.*)",
|
|
"destination": "api/main.py"
|
|
}
|
|
]
|
|
}
|