Skip to content

Commit

Permalink
feat: update vercel json
Browse files Browse the repository at this point in the history
  • Loading branch information
totanvix committed Nov 28, 2023
1 parent 4d5b0ce commit 1a48d27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"routes": [
{
"src": "/url/(.*)",
"dest": "/api/url/index.go"
},
{
"src": "/(.*)",
"dest": "/api/index.go"
Expand All @@ -8,7 +12,7 @@
"crons": [
{
"path": "/api/cron",
"schedule": "*/5 * * * *"
"schedule": "* 14 * * *"
}
],
"github": {
Expand Down

0 comments on commit 1a48d27

Please sign in to comment.