0
0
Fork 0

Add rate limit for reporting (#13390)

This commit is contained in:
Eugen Rochko 2020-04-05 14:40:08 +02:00 committed by GitHub
parent eea0cd8fad
commit c9efb400b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -4,6 +4,8 @@ class Api::V1::ReportsController < Api::BaseController
before_action -> { doorkeeper_authorize! :write, :'write:reports' }, only: [:create]
before_action :require_user!
override_rate_limit_headers :create, family: :reports
def create
@report = ReportService.new.call(
current_account,