From 9fca38bc9c657e62385417ece6c22ad6b865dcfc Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Thu, 20 Sep 2012 16:02:03 +0200 Subject: [PATCH] remove test route --- lib/travis/api/app/endpoint/documentation.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/travis/api/app/endpoint/documentation.rb b/lib/travis/api/app/endpoint/documentation.rb index 6e2c427e..370612cc 100644 --- a/lib/travis/api/app/endpoint/documentation.rb +++ b/lib/travis/api/app/endpoint/documentation.rb @@ -17,11 +17,6 @@ class Travis::Api::App erb :index, {}, endpoints: endpoints.keys.sort.map { |k| endpoints[k] } end - get '/x' do - content_type :html - general_docs - end - helpers do def icon_for(verb) # GET, POST, PATCH, PUT, DELETE"