I need to mount another Rack app from within my Sinatra app.
So instead of this:
run Rack::URLMap.new(\'/\' => MyApp, `/other` => OtherApp)