summaryrefslogtreecommitdiff
path: root/config/routes/ci.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes/ci.rb')
-rw-r--r--config/routes/ci.rb2
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