summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-05-24 08:36:45 +0200
committerAndreas Maunz <andreas@maunz.de>2012-05-24 08:36:45 +0200
commit1ea44d57e59b3bd80b475961d029b673e76dea31 (patch)
tree12c7128aa288ce8c4e1233499c19f81b2509ef08 /application.rb
parent0940fc24efd92413cfe0f1556518bc73be1028b5 (diff)
Added GET for matchbbrc-sample
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index ee1bf65..75d1e21 100644
--- a/application.rb
+++ b/application.rb
@@ -39,7 +39,7 @@ end
#
# @return [text/uri-list] algorithm URIs
get '/?' do
- list = [ url_for('/lazar', :full), url_for('/fminer/bbrc', :full), url_for('/fminer/bbrc/sample', :full), url_for('/fminer/last', :full), url_for('/feature_selection/rfe', :full), url_for('/pc', :full) ].join("\n") + "\n"
+ list = [ url_for('/lazar', :full), url_for('/fminer/bbrc', :full), url_for('/fminer/bbrc/sample', :full), url_for('/fminer/last', :full), url_for('/fminer/bbrc/match', :full), url_for('/fminer/last/match', :full), url_for('/feature_selection/rfe', :full), url_for('/pc', :full) ].join("\n") + "\n"
case request.env['HTTP_ACCEPT']
when /text\/html/
content_type "text/html"