backend/mappings/healthcheck.json
2026-02-14 20:14:23 +01:00

14 lines
207 B
JSON

{
"request": {
"method": "GET",
"url": "/health"
},
"response": {
"status": 400,
"body": "{\"status\": \"DOWN\"}",
"headers": {
"Content-Type": "application/json"
}
}
}