Skip to main content

serve

Function serve 

Source
pub async fn serve(
    config: Config,
    config_path: PathBuf,
    db: Database,
    addr: &str,
    shutdown_rx: Option<Receiver<bool>>,
) -> Result<()>