From 1a48d27859aba04a124d5ed98b10896aa162c0cd Mon Sep 17 00:00:00 2001 From: totanvix Date: Tue, 28 Nov 2023 06:44:26 +0000 Subject: [PATCH] feat: update vercel json --- vercel.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index bf1451c..263d948 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,9 @@ { "routes": [ + { + "src": "/url/(.*)", + "dest": "/api/url/index.go" + }, { "src": "/(.*)", "dest": "/api/index.go" @@ -8,7 +12,7 @@ "crons": [ { "path": "/api/cron", - "schedule": "*/5 * * * *" + "schedule": "* 14 * * *" } ], "github": {