From e093e00d223fd3d401708a021c0d46f41a99a665 Mon Sep 17 00:00:00 2001 From: hillerliao Date: Thu, 12 May 2022 22:57:58 +0800 Subject: [PATCH] modify dest 3 --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index d475615..1903c17 100644 --- a/vercel.json +++ b/vercel.json @@ -9,7 +9,7 @@ "routes": [ { "src": "/(.*)", - "dest": "./rsshub/blueprints/main.py" + "dest": "./main.py" } ] }