summaryrefslogtreecommitdiff
path: root/config.ru
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-08-29 15:37:13 +0200
committerAndreas Maunz <andreas@maunz.de>2012-08-29 15:37:13 +0200
commitb5c4d410e9f14e3dd4f1a3379d22ee34877a4bdd (patch)
tree87fd16df47d3e124f42c73c2460ef8a50420f200 /config.ru
parent71cd91a6bb3b1ee5bbdb68857ca2c001b5de9278 (diff)
Added mapping
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.ru b/config.ru
index 56d5041..68e288d 100644
--- a/config.ru
+++ b/config.ru
@@ -2,4 +2,6 @@ SERVICE="algorithm"
require 'bundler'
Bundler.require
require './application.rb'
-run OpenTox::Application
+map "/algorithm" do
+ run OpenTox::Application
+end