Commit 8b4e49c8 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'djadmin-clone-dast-profiles-route' into 'master'

Add a new route `dast_scans` in Security Configuration

See merge request gitlab-org/gitlab!56960
parents 56e33f62 52c3341a
......@@ -77,6 +77,10 @@ constraints(::Constraints::ProjectUrlConstrainer.new) 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]
end
end
resource :discover, only: [:show], controller: :discover
......
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