Expand search range

This commit is contained in:
KMY 2023-04-05 13:55:37 +09:00
parent 462c6e99b6
commit 08e5d96a4a
4 changed files with 10 additions and 2 deletions

View file

@ -3,7 +3,7 @@
class Api::V2::SearchController < Api::BaseController
include Authorization
RESULTS_LIMIT = 20
RESULTS_LIMIT = 40
before_action -> { authorize_if_got_token! :read, :'read:search' }
before_action :validate_search_params!