This commit is contained in:
realaravinth
2021-07-21 22:15:52 +05:30
parent 257b3a2b88
commit e9e6aac770
14 changed files with 156 additions and 41 deletions

View File

@@ -37,6 +37,12 @@ pub mod routes {
update_secret: "/settings/secret/update",
}
}
pub const fn get_sitemap() -> [&'static str; 1] {
const S: Settings = Settings::new();
[S.home]
}
}
}