Skip to content

Commit

Permalink
fix(leaderboard): Cron mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-huan committed May 19, 2022
1 parent 40a3ff6 commit bc7f5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
{
"source": "/api/cron/refreshSpecificTokenLeaderboard/:competitionId",
"destination": "/api/cron/refreshLeaderboard"
"destination": "/api/cron/refreshSpecificTokenLeaderboard"
},
{
"source": "/api/leaderboard/:competitionId/global",
Expand Down

1 comment on commit bc7f5fe

@vercel
Copy link

@vercel vercel bot commented on bc7f5fe May 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.