sonar 转发接口

This commit is contained in:
kingChan
2024-06-04 17:25:08 +08:00
parent 9c84856f99
commit c98c7d5ac5
10 changed files with 81 additions and 5 deletions

View File

@@ -76,7 +76,12 @@ defaults format: :json do
collection do
get :compare
get :blame
get :sonar_search
end
end
resource :sonarqubes, only: [:index] do
collection do
get :search
end
end