admin api: refactor using macro

This commit is contained in:
Alex Auvolat
2025-01-28 15:44:14 +01:00
parent c99bfe69ea
commit af1a530834
8 changed files with 113 additions and 150 deletions
+1
View File
@@ -1,5 +1,6 @@
pub mod api_server;
mod error;
mod macros;
pub mod api;
mod router_v0;