mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-13 11:05:40 +00:00
sitemap
This commit is contained in:
@@ -36,5 +36,10 @@ pub mod routes {
|
||||
join: "/join",
|
||||
}
|
||||
}
|
||||
|
||||
pub const fn get_sitemap() -> [&'static str; 2] {
|
||||
const AUTH: Auth = Auth::new();
|
||||
[AUTH.login, AUTH.join]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user