mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 15:09:23 +00:00
16 lines
245 B
JSON
16 lines
245 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "./rsshub/bluerpints/main.py",
|
|
"use": "@vercel/python"
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "/"
|
|
}
|
|
]
|
|
}
|