Function serve_frontend

Source
pub fn serve_frontend(
    root: &Path,
) -> impl Filter<Extract = (impl Reply,), Error = Rejection> + Clone