add ping endpoint and healthcheck command

This commit is contained in:
Lennart
2025-10-27 21:12:43 +01:00
parent 5d142289b3
commit 77d8f5dacc
5 changed files with 43 additions and 1 deletions

View File

@@ -5,7 +5,8 @@ use crate::config::{
use clap::Parser;
use rustical_frontend::FrontendConfig;
mod membership;
pub mod health;
pub mod membership;
pub mod principals;
#[derive(Debug, Parser)]