abount, security and donation links

This commit is contained in:
realaravinth
2021-05-27 19:58:25 +05:30
parent fcdbe66b26
commit 5963df19f2
2 changed files with 14 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ pub struct Routes {
pub about: &'static str,
pub thanks: &'static str,
pub donate: &'static str,
pub security: &'static str,
}
impl Routes {
@@ -42,6 +43,7 @@ impl Routes {
about: "/about",
thanks: "/thanks",
donate: "/donate",
security: "/security",
}
}
}