ipchat 0.0.0

Chat solution for local networks based on WLAN and Router's IP Addresses
Documentation
1
2
3
4
5
pub mod v0;

pub fn make_api_router() -> axum::Router {
    axum::Router::new().nest("/v0", v0::routes())
}