remove test route
This commit is contained in:
parent
d02e8ccc4a
commit
9fca38bc9c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user