diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 7760f32dc36..c4df4283cba 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -109,7 +109,7 @@ Gitlab::Application.routes.draw do end end - resource :application_settings + resource :application_settings, only: [:show, :update] root to: "dashboard#index" end |