Initialize sinatra app

This commit is contained in:
George Kaklamanos 2019-11-10 20:29:35 +02:00
parent b0c80d8b32
commit bca04c77ff
2 changed files with 12 additions and 0 deletions

2
config.ru Normal file
View file

@ -0,0 +1,2 @@
require './server'
run Sinatra::Application