return 429 for too many requests instead of 421
This commit is contained in:
2
app/views/static/too_many_requests.html.erb
Normal file
2
app/views/static/too_many_requests.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>Too Many Requests</h1>
|
||||
<p>You can only make <%= CurrentUser.api_hourly_limit(false) %> updates and <%= CurrentUser.api_hourly_limit(true) %> reads per hour.</p>
|
||||
Reference in New Issue
Block a user