upgrading to actix-v4-beta

This commit is contained in:
realaravinth
2021-06-30 20:13:12 +05:30
parent 9ed458ebfa
commit 9f940c317a
24 changed files with 728 additions and 1192 deletions

View File

@@ -66,7 +66,7 @@ pub async fn view_sitekey(
id: Identity,
) -> PageResult<impl Responder> {
let username = id.identity().unwrap();
let key = path.0;
let key = path.into_inner();
let config = sqlx::query_as!(
McaptchaConfig,