Skip to content

Commit 8f025b0

Browse files
committed
added plain customer card post route to pathWhiteList
1 parent bd175b7 commit 8f025b0

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
@@ -51,6 +51,7 @@ export const apiRateLimiter = authorizationRateLimitMiddleware({
5151
"/api/v1/authorization-code",
5252
"/api/v1/token",
5353
"/api/v1/usage/ingest",
54+
"/api/v1/plain/customer-cards",
5455
/^\/api\/v1\/tasks\/[^\/]+\/callback\/[^\/]+$/, // /api/v1/tasks/$id/callback/$secret
5556
/^\/api\/v1\/runs\/[^\/]+\/tasks\/[^\/]+\/callback\/[^\/]+$/, // /api/v1/runs/$runId/tasks/$id/callback/$secret
5657
/^\/api\/v1\/http-endpoints\/[^\/]+\/env\/[^\/]+\/[^\/]+$/, // /api/v1/http-endpoints/$httpEndpointId/env/$envType/$shortcode

0 commit comments

Comments
 (0)