#!/usr/bin/env ruby # fix load path lib = File.expand_path('../lib', __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'evertils' # Modify configuration options here app = Evertils::Cfg.new app.bootstrap! # Config file located, route the request req = Evertils::Router.new(app) req.route