mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
7 lines
133 B
JSON
7 lines
133 B
JSON
{
|
|
"routes": [
|
|
{ "src": "/api/.*", "dest": "/api/vercel.js" },
|
|
{ "src": "/.*", "dest": "/api/vercel.js" }
|
|
]
|
|
}
|