调整参数

This commit is contained in:
kingChan
2024-06-05 14:09:28 +08:00
parent c98c7d5ac5
commit fc8c31ec66
2 changed files with 29 additions and 12 deletions

View File

@@ -81,7 +81,14 @@ defaults format: :json do
end
resource :sonarqubes, only: [:index] do
collection do
get :search
get :issues_search
get :ce_component
get :sources_issue_snippet
get :rules_show
post :sonar_initialize
post :execute_sonar_sanner
end
end