diff options
Diffstat (limited to 'config/routes/admin.rb')
-rw-r--r-- | config/routes/admin.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb index fa1f79a90be..4aa56837587 100644 --- a/config/routes/admin.rb +++ b/config/routes/admin.rb @@ -110,6 +110,7 @@ namespace :admin do put :reset_runners_token put :reset_health_check_token put :clear_repository_check_states + get :integrations, :repository, :templates, :ci_cd, :reporting, :metrics_and_profiling, :network, :preferences end resources :labels |