Change default response status code
All checks were successful
on-push / build-and-test (push) Successful in 57s

This commit is contained in:
2026-01-09 08:51:10 +01:00
parent e000d75a70
commit f4f9c6898f

View File

@@ -37,7 +37,7 @@ namespace art::seafire::resources
}
if (!input_representation_type::can_accept_input(*content_type)) {
res.send(400);
res.send(415);
return;
}