mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
removed debug route
This commit is contained in:
parent
803025f80c
commit
04680ad5f5
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…
Reference in a new issue