From 723ccb44bf88112c397cbb29cd570ca2cddd0596 Mon Sep 17 00:00:00 2001 From: hillerliao Date: Thu, 12 May 2022 22:53:51 +0800 Subject: [PATCH] change dest again --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 437ea7e..d475615 100644 --- a/vercel.json +++ b/vercel.json @@ -9,7 +9,7 @@ "routes": [ { "src": "/(.*)", - "dest": "./rsshub/main.py" + "dest": "./rsshub/blueprints/main.py" } ] }