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