mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
Merge pull request #2120 from overleaf/bg-fix-rate-limit
Revert "Add a rate limit to the `/project` page" GitOrigin-RevId: 1bcd88e03a4cea2defbd4779bc81d0d972f1cd4e
This commit is contained in:
@@ -262,11 +262,6 @@ function initialize(webRouter, privateApiRouter, publicApiRouter) {
|
||||
webRouter.get(
|
||||
'/project',
|
||||
AuthenticationController.requireLogin(),
|
||||
RateLimiterMiddleware.rateLimit({
|
||||
endpointName: 'open-project',
|
||||
maxRequests: 20,
|
||||
timeInterval: 60
|
||||
}),
|
||||
ProjectController.projectListPage
|
||||
)
|
||||
webRouter.post(
|
||||
|
||||
Reference in New Issue
Block a user