mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
chore: remove 500 status guard
This commit is contained in:
parent
e72e927bb1
commit
ed710b06ec
1 changed files with 1 additions and 2 deletions
|
@ -314,9 +314,8 @@ export default function logtoConfigRoutes<T extends AuthedRouter>(
|
|||
*
|
||||
* Code 400 indicates Zod errors in cloud service (data type does not match expectation, can be either request body or response body).
|
||||
* Code 422 indicates syntax errors in cloud service.
|
||||
* Code 500 indicates internal server errors in cloud service.
|
||||
*/
|
||||
status: [200, 400, 422, 500],
|
||||
status: [200, 400, 422],
|
||||
}),
|
||||
async (ctx, next) => {
|
||||
const {
|
||||
|
|
Loading…
Add table
Reference in a new issue