mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
list sitekey: copy sitekey
This commit is contained in:
@@ -29,8 +29,8 @@ pub mod routes {
|
||||
impl Sitekey {
|
||||
pub const fn new() -> Self {
|
||||
Sitekey {
|
||||
list: "/sitekey/list",
|
||||
add: "/sitekey/add",
|
||||
list: "/sitekeys",
|
||||
add: "/sitekeys/add",
|
||||
view: "/sitekey/{key}",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user