From 3c0bd65b614463e802071cf415eb524860f5089d Mon Sep 17 00:00:00 2001 From: stale Date: Tue, 31 May 2022 18:17:35 -0300 Subject: one absolute path went unnoticed --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d8c5122..a938a25 100644 --- a/src/main.rs +++ b/src/main.rs @@ -152,7 +152,7 @@ async fn tokio_main(conf: Config) -> Result<(), Box> { Ok( hyper::Response::builder() .status(hyper::StatusCode::SEE_OTHER) - .header(hyper::header::LOCATION, format!("/room/{uid}")) + .header(hyper::header::LOCATION, format!("./room/{uid}")) .body(hyper::Body::empty()) .unwrap() ) -- cgit v1.2.3