X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2Fsrc%2Fmain.rs;h=4c0d6984969e313a9fadca55313bc4ff261172c3;hb=3ebbe8172b0430bae5c554925a4582c9fec545f3;hp=c043f7a83a57f01c0d560de49a1c2ba27bea41fe;hpb=dcf7523ccf6cae4e7d1d38fcbd85bc0b2d0e1703;p=recipes.git diff --git a/backend/src/main.rs b/backend/src/main.rs index c043f7a..4c0d698 100644 --- a/backend/src/main.rs +++ b/backend/src/main.rs @@ -27,7 +27,7 @@ pub struct Request { fn main_page(query: Query) -> HttpResponse { - let main_template = MainTemplate { test: &"*** test 2 ***" }; + let main_template = MainTemplate { test: &"*** test ***" }; let s = main_template.render().unwrap(); HttpResponse::Ok().content_type("text/html").body(s)