build: add api server health endpoint

This commit is contained in:
2026-04-21 01:36:04 +08:00
parent 6ada003c78
commit ec04790848
7 changed files with 145 additions and 6 deletions

View File

@@ -2,6 +2,7 @@ mod app;
mod api_response;
mod config;
mod error_middleware;
mod health;
mod http_error;
mod logging;
mod request_context;