fix: add CORS Allow-Methods header for DELETE in custom-content-delete
Add Access-Control-Allow-Methods header to allow DELETE requests
from the frontend. Previously missing this header caused CORS
preflight failures in production.
Error fixed:
- Method DELETE is not allowed by Access-Control-Allow-Methods
in preflight response
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>