Guest User

Untitled

a guest
May 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. require 'sinatra'
  2.  
  3. Sinatra::Application.default_options.merge!(
  4. :run => false,
  5. :env => :production,
  6. :logging => true,
  7. :raise_errors => :true
  8. )
  9.  
  10. require 'app'
  11. run Sinatra.application
Add Comment
Please, Sign In to add comment