7 lines
78 B
Ruby
7 lines
78 B
Ruby
# encoding: utf-8
|
|
|
|
require_relative './app'
|
|
|
|
map "/" do
|
|
run LedgerRbApp
|
|
end
|