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] }
|
erb :index, {}, endpoints: endpoints.keys.sort.map { |k| endpoints[k] }
|
||||||
end
|
end
|
||||||
|
|
||||||
get '/x' do
|
|
||||||
content_type :html
|
|
||||||
general_docs
|
|
||||||
end
|
|
||||||
|
|
||||||
helpers do
|
helpers do
|
||||||
def icon_for(verb)
|
def icon_for(verb)
|
||||||
# GET, POST, PATCH, PUT, DELETE"
|
# GET, POST, PATCH, PUT, DELETE"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user