[Clean & Fix]

This commit is contained in:
Alex Emmet 2026-04-29 21:15:37 +02:00
commit 401d4890dc
7 changed files with 205 additions and 99 deletions

View file

@ -70,7 +70,7 @@ async fn communities_get(req: HttpRequest, ssl: web::Data<bool>) -> impl Respond
async fn communities_add(
req: HttpRequest,
ssl: web::Data<bool>,
payload: web::Json<Value>,
_payload: web::Json<Value>,
) -> impl Responder {
if !is_allowed_req(&req, *ssl.get_ref()) {
return forbidden();