Initialize sinatra app
This commit is contained in:
parent
b0c80d8b32
commit
bca04c77ff
2 changed files with 12 additions and 0 deletions
2
config.ru
Normal file
2
config.ru
Normal file
|
@ -0,0 +1,2 @@
|
|||
require './server'
|
||||
run Sinatra::Application
|
Reference in a new issue