change dest again

This commit is contained in:
hillerliao
2022-05-12 22:53:51 +08:00
parent 2f11c44818
commit 723ccb44bf

View File

@@ -9,7 +9,7 @@
"routes": [ "routes": [
{ {
"src": "/(.*)", "src": "/(.*)",
"dest": "./rsshub/main.py" "dest": "./rsshub/blueprints/main.py"
} }
] ]
} }