Commit 059963e
Fix /api/ping endpoint to return health status (#263)
* Fix /api/ping endpoint to return health status
The /api/ping endpoint was unhandled in the MiscHandler, causing readiness probes to fail with a 500 error. This change routes the endpoint to the existing health check handler, ensuring it returns a successful 200 OK response.
* chore: Add changeset for ping endpoint fix
* update package-lock
* Revert "update package-lock"
This reverts commit 17929b5.
---------
Co-authored-by: Pavan Kalisetti <[email protected]>
Co-authored-by: Naresh <[email protected]>1 parent 0889af6 commit 059963e
File tree
2 files changed
+7
-0
lines changed- .changeset
- packages/sandbox-container/src/handlers
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments