diff options
| -rw-r--r-- | vercel.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vercel.json b/vercel.json index d79b7f1..67fef1e 100644 --- a/vercel.json +++ b/vercel.json @@ -10,5 +10,11 @@ "src":"/(.*)", "dest":"api/app.py" } + ], + "crons": [ + { + "path": "/api/clear_sessions", + "schedule": "0 3 * * *" + } ] }
\ No newline at end of file |
