chore: entity code

This commit is contained in:
RockinChaos 2024-08-27 17:31:37 -07:00
parent 05f1bf5db6
commit 3ea03561d0

View file

@ -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',