build and spin the app

This commit is contained in:
2023-11-19 19:05:08 +00:00
parent d321b7e2de
commit def715a044
2 changed files with 91 additions and 1 deletions

View File

@ -8,5 +8,5 @@ fn handle_qstart(req: Request) -> anyhow::Result<impl IntoResponse> {
Ok(http::Response::builder()
.status(200)
.header("content-type", "text/plain")
.body("Hello, Fermyon")?)
.body("Hello, World!")?)
}