Change copy for generic 500 error
This commit is contained in:
parent
ba7f99096c
commit
3bea4927be
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ const httpErrorMessages: { code: number, name: string, description: string }[] =
|
|||
{
|
||||
code: 500,
|
||||
name: 'Internal Server Error',
|
||||
description: 'A generic error message',
|
||||
description: 'An unexpected error occurred',
|
||||
},
|
||||
{
|
||||
code: 501,
|
||||
|
|
Loading…
Reference in a new issue