remove test route

This commit is contained in:
Konstantin Haase 2012-09-20 16:02:03 +02:00
parent d02e8ccc4a
commit 9fca38bc9c

View File

@ -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"