From bc7f5fe54c6511b76731f3917c82f7b92497ca20 Mon Sep 17 00:00:00 2001 From: Chef Huan Date: Thu, 19 May 2022 19:48:11 +0800 Subject: [PATCH] fix(leaderboard): Cron mapping --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index bba03222..e57155f6 100644 --- a/vercel.json +++ b/vercel.json @@ -23,7 +23,7 @@ }, { "source": "/api/cron/refreshSpecificTokenLeaderboard/:competitionId", - "destination": "/api/cron/refreshLeaderboard" + "destination": "/api/cron/refreshSpecificTokenLeaderboard" }, { "source": "/api/leaderboard/:competitionId/global",