Commit a4667aa
fix: add /healthz route to dashboard for Railway healthcheck
The dashboard Next.js app had no healthcheck endpoint, causing Railway
deployments to fail after build. Adds a simple GET /healthz route that
returns 200 and configures railway.toml to use it explicitly.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b53ec3a commit a4667aa
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 | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
0 commit comments