mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-21 18:42:29 +01:00
82666af2d6
A first stab at replacing Sinatra with Roda
7 lines
111 B
Ruby
7 lines
111 B
Ruby
# frozen_string_literal: true
|
|
|
|
require './config/environment'
|
|
require 'web/server'
|
|
|
|
run Web::Server.freeze.app
|