mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-13 11:05:40 +00:00
widget template
This commit is contained in:
@@ -29,6 +29,7 @@ pub struct Routes {
|
||||
pub thanks: &'static str,
|
||||
pub donate: &'static str,
|
||||
pub security: &'static str,
|
||||
pub privacy: &'static str,
|
||||
}
|
||||
|
||||
impl Routes {
|
||||
@@ -44,6 +45,7 @@ impl Routes {
|
||||
thanks: "/thanks",
|
||||
donate: "/donate",
|
||||
security: "/security",
|
||||
privacy: "/privacy-policy",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user