internetee-epp_proxy/apps/epp_proxy/priv/test_backend_app/config.ru
Maciej Szlosarczyk d447c7c6c4
Include information about changes in documentation
Describe Roda app that is used for testing.
Describe new feature for handling certificate file path
2019-07-12 16:07:30 +03:00

8 lines
177 B
Ruby

# frozen_string_literal: true
require "rack/unreloader"
Unreloader = Rack::Unreloader.new() { EppServer }
Unreloader.require("epp_server.rb") { "EppServer" }
run(Unreloader)