aigis 0.2.3

A simple and configurable content proxy.
Documentation
1
2
3
4
5
pub const HEALTH_ENDPOINT: &str = "/health";

pub async fn health_handler() -> &'static str {
    "OK"
}