fix: don't send Content-Type on bodyless DELETE, include full server data in project queries #34
Reference in New Issue
Block a user
Delete Branch "fix/delete-content-type-and-project-servers"
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?
- Only set Content-Type: application/json when request body is present (fixes Fastify rejecting empty DELETE with "Body cannot be empty" 400 error) - Changed PROJECT_INCLUDE to return full server objects instead of just {id, name} so project server listings show transport, package, image columns Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>