build: add api server error normalization layer

This commit is contained in:
2026-04-21 01:24:09 +08:00
parent 0ac5606a41
commit cb069de32e
8 changed files with 146 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
mod app;
mod config;
mod error_middleware;
mod http_error;
mod logging;
mod request_context;
mod state;