mirror of
https://github.com/discourse/discourse.git
synced 2025-05-26 07:41:43 +08:00
FEATURE: makes reports loadable in bulk (#6309)
This commit is contained in:
@ -138,7 +138,7 @@ componentTest("rate limited", {
|
||||
};
|
||||
|
||||
// prettier-ignore
|
||||
server.get("/admin/reports/signups_rate_limited", () => { //eslint-disable-line
|
||||
server.get("/admin/reports/bulk", () => { //eslint-disable-line
|
||||
return response({"errors":["You’ve performed this action too many times. Please wait 10 seconds before trying again."],"error_type":"rate_limit","extras":{"wait_seconds":10}});
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user