mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-13 11:05:40 +00:00
widget template
This commit is contained in:
@@ -123,7 +123,7 @@ mod test {
|
||||
|
||||
let mut app = get_app!(data).await;
|
||||
|
||||
let url = format!("/sitekey/view/{}", &key.key);
|
||||
let url = format!("/sitekey/{}/view", &key.key);
|
||||
|
||||
let list_sitekey_resp = test::call_service(
|
||||
&mut app,
|
||||
|
||||
Reference in New Issue
Block a user