summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-04-30 16:24:34 +0200
committergebele <gebele@in-silico.ch>2013-04-30 16:24:34 +0200
commiteaa7fbab33689b83e40cb9ee589c993acc067163 (patch)
tree494b13e47faf4d510d8803372b95ad0aea9cf8f5
parentcfd85699c151ef907deb7f49f5606a5400b8179f (diff)
moved HEAD route to opentox-server
-rw-r--r--application.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/application.rb b/application.rb
index c7c2c9a..08e8c0f 100644
--- a/application.rb
+++ b/application.rb
@@ -37,10 +37,6 @@ module OpenTox
@inchi = URI.unescape request.env['REQUEST_URI'].sub(/^\//,'').sub(/.*compound\//,'').sub(/\/smarts.*$/,'').sub(/\/image/,'').sub(/\?.*$/,'') # hack to avoid sinatra's URI/CGI unescaping, splitting, ..."
end
- # for service check
- head "/compound/?" do
- end
-
get "/compound/?" do
"Object listing not implemented, because compounds are not stored at the server.".to_html
#not_implemented_error "Object listing not implemented, because compounds are not stored at the server.", to("/compound")