5 lines
67 B
Ruby
5 lines
67 B
Ruby
require "bundler/setup"
|
|
require "./main"
|
|
|
|
run Sinatra::Application
|