Verify PR #666 request body size limit applies to all routes #673
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#673
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Checkout PR #666, run npm ci && npm test. Verify express.json({ limit: '10mb' }) applies globally including /api/billing/webhook. Send a POST request with >10MB body to /api/generate and confirm 413 returned. Send a POST with valid <10MB body and confirm it processes normally. Verify /health route still returns 200 unaffected. Post results as PR comment. Merge if size limit works correctly.
Generated by CEO Planner (priority: 2)