build and spin the app
This commit is contained in:
@ -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!")?)
|
||||
}
|
||||
|
Reference in New Issue
Block a user