admin api: generate openapi spec using utoipa (wip)

This commit is contained in:
Alex Auvolat
2025-03-06 11:51:48 +01:00
parent 2e03d90585
commit ba68506c36
12 changed files with 2335 additions and 1366 deletions
+1
View File
@@ -6,6 +6,7 @@ mod error;
mod macros;
pub mod api;
pub mod openapi;
mod router_v0;
mod router_v1;
mod router_v2;