mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
4 lines
51 B
Ruby
4 lines
51 B
Ruby
$: << 'lib'
|
|
require 'app'
|
|
run Sinatra::Application
|