ledgerrb/config.ru

8 lines
78 B
Text
Raw Normal View History

2014-07-14 16:19:19 +02:00
# encoding: utf-8
require_relative './app'
map "/" do
run LedgerRbApp
end