Skip to content

Commit afe4e12

Browse files
authored
Merge branch 'main' into fix/tri-6731-cmd-left-arrow-does-not-work-when-focusing-on-a-task
2 parents 9e56948 + da111e2 commit afe4e12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/services/apiRateLimit.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export const apiRateLimiter = authorizationRateLimitMiddleware({
6161
"/api/v1/auth/jwt/claims",
6262
/^\/api\/v1\/runs\/[^\/]+\/attempts$/, // /api/v1/runs/$runFriendlyId/attempts
6363
/^\/api\/v1\/waitpoints\/tokens\/[^\/]+\/callback\/[^\/]+$/, // /api/v1/waitpoints/tokens/$waitpointFriendlyId/callback/$hash
64+
/^\/api\/v1\/deployments/, // /api/v1/deployments/*
6465
],
6566
log: {
6667
rejections: env.API_RATE_LIMIT_REJECTION_LOGS_ENABLED === "1",

0 commit comments

Comments
 (0)