build: add api server response envelope helpers

This commit is contained in:
2026-04-21 01:28:52 +08:00
parent cb069de32e
commit f7663076a5
9 changed files with 273 additions and 30 deletions

View File

@@ -1,4 +1,5 @@
mod app;
mod api_response;
mod config;
mod error_middleware;
mod http_error;