Commit 52c3341a authored by Dheeraj Joshi's avatar Dheeraj Joshi

Add dast_scans route

This route is part of the migration, and it
points to the same controllers as dast_profiles
parent 4183e569
......@@ -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