Shun Miyazawa 3 lat temu
rodzic
commit
44f18316c8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/app/config/rate-limiter.ts

+ 1 - 1
packages/app/config/rate-limiter.ts

@@ -65,7 +65,7 @@ export const defaultConfigWithRegExp = {
     maxRequests: MAX_REQUESTS_TIER_1,
     maxRequests: MAX_REQUESTS_TIER_1,
   },
   },
   '/user-activation/.*': {
   '/user-activation/.*': {
-    method: 'GET',
+    method: 'ALL',
     maxRequests: MAX_REQUESTS_TIER_1,
     maxRequests: MAX_REQUESTS_TIER_1,
   },
   },
   '/attachment/[0-9a-z]{24}': {
   '/attachment/[0-9a-z]{24}': {