mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
abount, security and donation links
This commit is contained in:
@@ -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",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user