Created
August 10, 2020 22:37
-
-
Save Nondv/c8e45b27c3da5dde8f7deb1e34589799 to your computer and use it in GitHub Desktop.
Simple config.ru
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# frozen_string_literal: true | |
require_relative 'app' | |
# or any callable object e.g. a lambda | |
run Sinatra::Application |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment