mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 21:09:18 +08:00
increased limit on checkname
This commit is contained in:
parent
fa7ad4581e
commit
1c8048c117
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ router.post(
|
|||
UserController.createNewUser
|
||||
);
|
||||
|
||||
router.post("/checkName", RateLimit.limit60perhour, UserController.checkName);
|
||||
router.post("/checkName", RateLimit.limit1persec, UserController.checkName);
|
||||
|
||||
router.post(
|
||||
"/delete",
|
||||
|
|
Loading…
Reference in a new issue