Skip to content

Instantly share code, notes, and snippets.

@Nondv
Created August 10, 2020 22:37
Show Gist options
  • Save Nondv/c8e45b27c3da5dde8f7deb1e34589799 to your computer and use it in GitHub Desktop.
Save Nondv/c8e45b27c3da5dde8f7deb1e34589799 to your computer and use it in GitHub Desktop.
Simple config.ru
# 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