mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 13:26:41 +02:00
fix: made it so that clippy doesn't complain about request
This commit is contained in:
parent
580b6af894
commit
87c5def115
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ fn server_routes() -> Router {
|
||||||
|
|
||||||
pub async fn deny_if_not_allowed_by_acl<T>(
|
pub async fn deny_if_not_allowed_by_acl<T>(
|
||||||
host: Option<Host>,
|
host: Option<Host>,
|
||||||
request: http::Request<T>,
|
request: axum::http::Request<T>,
|
||||||
next: Next<T>,
|
next: Next<T>,
|
||||||
) -> Response {
|
) -> Response {
|
||||||
let Some(host) = host else {
|
let Some(host) = host else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue