mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
7 lines
102 B
Ruby
7 lines
102 B
Ruby
# frozen_string_literal: true
|
|
|
|
require './config/environment'
|
|
require 'api'
|
|
|
|
run Sinatra::Application
|