Implement /status Admin endpoint

This commit is contained in:
Alex Auvolat
2022-05-05 13:40:31 +02:00
parent 99fcfa3844
commit 7a19daafbd
5 changed files with 152 additions and 49 deletions
+2
View File
@@ -1,2 +1,4 @@
pub mod api_server;
mod router;
mod cluster;