url-shortener/config.ru

7 lines
77 B
Ruby

# frozen_string_literal: true
require './.env'
require './app'
run App.app