mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update comment
This commit is contained in:
parent
f9fbaa3f97
commit
53348d12b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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()));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue