🎨 Format files
All checks were successful
Build & test / build (push) Successful in 10m42s

This commit is contained in:
2025-07-01 18:53:41 +02:00
parent 972178932c
commit 9f85b7ae97
7 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
use crate::axum::traits::BuildJson;
use axum::body::Body;
use axum::http::header::CONTENT_TYPE;
use axum::http::Request;
use axum::http::header::CONTENT_TYPE;
use mime::APPLICATION_JSON;
use serde::Serialize;
use serde_json::json;