SimplyBilling/config.ru

6 lines
185 B
Plaintext
Raw Permalink Normal View History

2024-02-29 19:49:53 -07:00
require './app' # require the file where your Sinatra application is defined
run Sinatra::Application
# You can also specify Puma configuration here, for example:
# set :server, :puma