This commit is contained in:
Aleksandr 2026-01-01 09:37:00 +03:00
parent b828917b4a
commit e3ed43148a
14 changed files with 408 additions and 59 deletions

View file

@ -18,6 +18,7 @@ impl Format {
match mime {
"application/json" => Ok(Json),
"*/*" => Ok(Json),
_ => Err(E),
}
}