mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
details
This commit is contained in:
@@ -25,6 +25,9 @@ pub struct Routes {
|
||||
pub auth: Auth,
|
||||
pub panel: Panel,
|
||||
pub errors: Errors,
|
||||
pub about: &'static str,
|
||||
pub thanks: &'static str,
|
||||
pub donate: &'static str,
|
||||
}
|
||||
|
||||
impl Routes {
|
||||
@@ -36,6 +39,9 @@ impl Routes {
|
||||
panel,
|
||||
home,
|
||||
errors: Errors::new(),
|
||||
about: "/aboubt",
|
||||
thanks: "/thanks",
|
||||
donate: "/donat",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user