forked from FoundKeyGang/FoundKey
fix erroneous quote
This commit is contained in:
parent
d0564759a5
commit
7a64a3858d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export const httpCodes: Record<string, string> = {
|
||||||
'415': 'Unsupported Media Type',
|
'415': 'Unsupported Media Type',
|
||||||
'416': 'Range Not Satisfiable',
|
'416': 'Range Not Satisfiable',
|
||||||
'417': 'Expectation Failed',
|
'417': 'Expectation Failed',
|
||||||
'418': 'I'm a Teapot',
|
'418': 'I\'m a Teapot',
|
||||||
'421': 'Misdirected Request',
|
'421': 'Misdirected Request',
|
||||||
'422': 'Unprocessable Content',
|
'422': 'Unprocessable Content',
|
||||||
'423': 'Locked',
|
'423': 'Locked',
|
||||||
|
|
Loading…
Reference in a new issue