add healthcheck endpoint and startup check

This commit is contained in:
2023-06-23 10:17:13 +02:00
parent e02224216a
commit e2711cc887
5 changed files with 39 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
mod routes;
pub use routes::*;