mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 02:25:41 +00:00
chore: update actix-* deps
This commit is contained in:
@@ -42,5 +42,5 @@ lazy_static! {
|
||||
pub async fn login() -> impl Responder {
|
||||
HttpResponse::Ok()
|
||||
.content_type("text/html; charset=utf-8")
|
||||
.body(&*INDEX)
|
||||
.body(&**INDEX)
|
||||
}
|
||||
|
||||
@@ -39,5 +39,5 @@ lazy_static! {
|
||||
pub async fn join() -> impl Responder {
|
||||
HttpResponse::Ok()
|
||||
.content_type("text/html; charset=utf-8")
|
||||
.body(&*INDEX)
|
||||
.body(&**INDEX)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user