mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
sitemap
This commit is contained in:
@@ -40,6 +40,10 @@ pub mod routes {
|
||||
delete: "/sitekey/{key}/delete",
|
||||
}
|
||||
}
|
||||
pub const fn get_sitemap() -> [&'static str; 2] {
|
||||
const S: Sitekey = Sitekey::new();
|
||||
[S.list, S.add]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user