sneak 3338e92785 Add JSON validation middleware to ensure valid API responses
- Created JSONValidationMiddleware that validates all JSON responses
- Ensures that even on timeout or internal errors, a valid JSON error response is returned
- Applied to all API endpoints including /status.json
- Prevents client-side JSON parse errors when server encounters issues
2025-07-29 04:13:01 +02:00
2025-07-28 18:13:07 +02:00
Description
No description provided
41 MiB
Languages
Go 78.2%
HTML 20.9%
Dockerfile 0.5%
Makefile 0.3%