fp/packages/next/app.json

14 lines
357 B
JSON
Raw Normal View History

2024-01-20 16:16:14 +00:00
{
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web check",
"description": "Checking for expecting string at /api",
"path": "/api",
"content": "Application Programmable Interface",
"attempts": 3
}
]
}
}