diff --git a/src/flextype/app/Endpoints/Utils/errors.php b/src/flextype/app/Endpoints/Utils/errors.php index d47f8090..ec78f3fc 100644 --- a/src/flextype/app/Endpoints/Utils/errors.php +++ b/src/flextype/app/Endpoints/Utils/errors.php @@ -77,8 +77,7 @@ $api_errors = [ 'http_status_code' => 404, 'message' => 'Image not found', ], - - '0501' => [ + '0500' => [ 'http_status_code' => 400, 'message' => 'Wrong query params or not defined', ], @@ -90,8 +89,7 @@ $api_errors = [ 'http_status_code' => 404, 'message' => 'File not found', ], - - '0601' => [ + '0600' => [ 'http_status_code' => 400, 'message' => 'Wrong query params or not defined', ],