Skip to content

Instantly share code, notes, and snippets.

@arpitchauhan
Last active September 11, 2018 20:12
Show Gist options
  • Save arpitchauhan/1649863b65eae3e8f8ec8fc548343cfe to your computer and use it in GitHub Desktop.
Save arpitchauhan/1649863b65eae3e8f8ec8fc548343cfe to your computer and use it in GitHub Desktop.
sinatra-app-to-host-files > server.rb (Version 2)
require 'sinatra'
require_relative 'basic_auth'
BasicAuth.enable_if_possible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment