Commit 34fe7658 authored by Dmytro Zaporozhets (DZ)'s avatar Dmytro Zaporozhets (DZ)

Merge branch 'djadmin-clean-up-dast-profiles-route' into 'master'

Remove unused route for DAST Profiles

See merge request gitlab-org/gitlab!60009
parents 21b2afdd 09a69f28
......@@ -73,10 +73,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
resource :corpus_management, only: [:show], controller: :corpus_management
resource :sast, only: [:show], controller: :sast_configuration
resource :api_fuzzing, only: :show, controller: :api_fuzzing_configuration
resource :dast_profiles, only: [:show] do
resources :dast_site_profiles, only: [:new, :edit]
resources :dast_scanner_profiles, only: [:new, :edit]
end
resource :dast_scans, only: [:show], controller: :dast_profiles do
resources :dast_site_profiles, only: [:new, :edit]
resources :dast_scanner_profiles, only: [:new, :edit]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment