5 lines
76 B
Ruby
5 lines
76 B
Ruby
# run it: rackup config.ru -p 4567
|
|
|
|
require 'app'
|
|
run Sinatra::Application
|