update comment

This commit is contained in:
yggverse 2025-06-26 22:51:16 +03:00
parent f9fbaa3f97
commit 53348d12b6

View file

@ -42,7 +42,7 @@ impl Nex {
let path = uri.path(); // copy once let path = uri.path(); // copy once
if path.is_empty() { if path.is_empty() {
let r = format!("{uri}/"); // auto-append missed trailing slash to the root locations let r = format!("{uri}/"); // auto-append trailing slash to the root locations
{ {
let mut i = self.page.navigation.request.info.take(); let mut i = self.page.navigation.request.info.take();
i.set_header(Some(r.clone())); i.set_header(Some(r.clone()));