Commit 6162889
committed
Use /api/version for test server health check
The health check was doing GET / and expecting 200, but with the SPA
catch-all the root URL may not return 200 when the client build is
skipped. Using /api/version instead is more reliable since it works
regardless of client build state.1 parent 77516a5 commit 6162889
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
| 462 | + | |
| 463 | + | |
463 | 464 | | |
464 | | - | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | | - | |
468 | 467 | | |
469 | 468 | | |
470 | 469 | | |
471 | 470 | | |
472 | | - | |
| 471 | + | |
473 | 472 | | |
474 | 473 | | |
475 | 474 | | |
| |||
0 commit comments