mirror of
https://forge.pointfixe.fr/hubert/gitust.git
synced 2026-02-04 19:07:29 +01:00
ne compile pas encore
This commit is contained in:
@@ -97,6 +97,9 @@ async fn git_main(web::Path((owner, reponame, commitname, rootname)): web::Path<
|
||||
let user = User { name : "Hubert".to_string()};
|
||||
GitMainTemplate { repo, browse : browse, root : path, user_opt : Some(user)}
|
||||
}
|
||||
#[derive(Template)]
|
||||
#[template(path = "fontawesome.css")]
|
||||
struct CSSFontAwsome{}
|
||||
|
||||
#[post("/echo")]
|
||||
async fn echo(req_body: String) -> impl Responder {
|
||||
|
||||
Reference in New Issue
Block a user