mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 17:19:37 +00:00
fix: add 429 to status codes (#2757)
This commit is contained in:
parent
4d18312604
commit
cb05cacd6a
@ -36,6 +36,7 @@ const RSSBRIDGE_HTTP_STATUS_CODES = [
|
|||||||
'415' => 'Unsupported Media Type',
|
'415' => 'Unsupported Media Type',
|
||||||
'416' => 'Requested Range Not Satisfiable',
|
'416' => 'Requested Range Not Satisfiable',
|
||||||
'417' => 'Expectation Failed',
|
'417' => 'Expectation Failed',
|
||||||
|
'429' => 'Too Many Requests',
|
||||||
'500' => 'Internal Server Error',
|
'500' => 'Internal Server Error',
|
||||||
'501' => 'Not Implemented',
|
'501' => 'Not Implemented',
|
||||||
'502' => 'Bad Gateway',
|
'502' => 'Bad Gateway',
|
||||||
|
Loading…
Reference in New Issue
Block a user