mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: correct HTTP codes for Bad Request
This commit is contained in:
@@ -38,6 +38,6 @@ api_platform:
|
||||
ApiPlatform\Validator\Exception\ValidationException: !php/const Symfony\Component\HttpFoundation\Response::HTTP_UNPROCESSABLE_ENTITY
|
||||
|
||||
App\Exception\DomainNotFoundException: 404
|
||||
App\Exception\MalformedDomainException: 403
|
||||
App\Exception\TldNotSupportedException: 403
|
||||
App\Exception\UnknownRdapServerException: 403
|
||||
App\Exception\MalformedDomainException: 400
|
||||
App\Exception\TldNotSupportedException: 400
|
||||
App\Exception\UnknownRdapServerException: 400
|
||||
|
||||
Reference in New Issue
Block a user