diff options
Diffstat (limited to 'config/routes/ci.rb')
-rw-r--r-- | config/routes/ci.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/ci.rb b/config/routes/ci.rb index 60c1724bc05..ebd321ed097 100644 --- a/config/routes/ci.rb +++ b/config/routes/ci.rb @@ -1,5 +1,5 @@ namespace :ci do - resource :lint, only: [:show, :create] + resource :lint, only: :show root to: redirect('') end |