mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
removed debug
This commit is contained in:
parent
f83103727e
commit
3565b1f3a2
1 changed files with 0 additions and 7 deletions
|
|
@ -22,11 +22,4 @@ router.post(
|
|||
LeaderboardsController.update
|
||||
);
|
||||
|
||||
//TODO remove me
|
||||
router.post(
|
||||
"/debug_update",
|
||||
RateLimit.limit1persec,
|
||||
LeaderboardsController.debugUpdate
|
||||
);
|
||||
|
||||
module.exports = router;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue