Commit eecb5158 authored by Dheeraj Joshi's avatar Dheeraj Joshi

Add new route for DAST profile library

This adds a new alias for `dast_scans` to
align with product naming.

EE: true
Changelog: added
parent 7c488bfa
......@@ -65,6 +65,10 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
post :auto_fix, on: :collection
resource :corpus_management, only: [:show], controller: :corpus_management
resource :api_fuzzing, only: :show, controller: :api_fuzzing_configuration
resource :profile_library, only: [:show], controller: :dast_profiles 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