1
0
Fork 0
forked from gitea/nas

Wip search visibility

This commit is contained in:
KMY 2023-04-06 12:35:15 +09:00
parent 5b4661c2f7
commit 165882a985
2 changed files with 3 additions and 15 deletions

View file

@ -39,6 +39,6 @@ class Api::V2::SearchController < Api::BaseController
end
def search_params
params.permit(:type, :offset, :min_id, :max_id, :account_id)
params.permit(:type, :offset, :min_id, :max_id, :account_id, :searchability)
end
end