add sonarqube

This commit is contained in:
kingChan
2024-05-29 16:06:56 +08:00
committed by KingChan
parent 61ca57e4e0
commit ad085fcddc
10 changed files with 69 additions and 13 deletions
+6
View File
@@ -48,6 +48,12 @@ defaults format: :json do
end
end
resources :sonarqubes ,only: [:index] do
collection do
resource :issues
end
end
scope ':owner' do
resource :users, path: '/', only: [:update, :edit, :destroy] do
collection do