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:
@@ -58,7 +58,7 @@ lazy_static! {
|
||||
async fn show_widget() -> PageResult<impl Responder> {
|
||||
Ok(HttpResponse::Ok()
|
||||
.content_type("text/html; charset=utf-8")
|
||||
.body(&*INDEX_PAGE))
|
||||
.body(&**INDEX_PAGE))
|
||||
}
|
||||
|
||||
/// widget services
|
||||
|
||||
Reference in New Issue
Block a user