summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-05-03 16:33:32 +0200
committerAndreas Maunz <andreas@maunz.de>2012-05-03 16:33:32 +0200
commit9f905d4c4246cd240a5496e77e7e3be1fa6a75a8 (patch)
tree7a45f90cd0921799c731d4ef27d7430366f0e0bb /application.rb
parent3bf8011b4eb59c4d40d660bf45d80f0b270674e5 (diff)
Initial commit
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 ef123da..b00ba9f 100644
--- a/application.rb
+++ b/application.rb
@@ -38,7 +38,7 @@ end
#
# @return [text/uri-list] algorithm URIs
get '/?' do
- list = [ url_for('/lazar', :full), url_for('/fminer/bbrc', :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('/feature_selection/rfe', :full), url_for('/pc', :full) ].join("\n") + "\n"
case request.env['HTTP_ACCEPT']
when /text\/html/
content_type "text/html"