mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-20 08:02:12 +00:00
chore: entity code
This commit is contained in:
parent
05f1bf5db6
commit
3ea03561d0
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ export const codes = {
|
|||
410: 'Gone',
|
||||
412: 'Precondition Failed',
|
||||
413: 'Request Entity Too Large',
|
||||
422: 'Unprocessable Entity',
|
||||
429: 'Too Many Requests',
|
||||
500: 'Internal Server Error',
|
||||
501: 'Not Implemented',
|
||||
|
|
|
|||
Loading…
Reference in a new issue