mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-28 09:53:27 +02:00
Include information about changes in documentation
Describe Roda app that is used for testing. Describe new feature for handling certificate file path
This commit is contained in:
parent
55d1942898
commit
d447c7c6c4
4 changed files with 26 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
require "rack/unreloader"
|
||||
|
||||
Unreloader = Rack::Unreloader.new() { BackendServer }
|
||||
Unreloader.require("backend_server.rb") { "BackendServer" }
|
||||
Unreloader = Rack::Unreloader.new() { EppServer }
|
||||
Unreloader.require("epp_server.rb") { "EppServer" }
|
||||
|
||||
run(Unreloader)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'roda'
|
||||
|
||||
class BackendServer < Roda
|
||||
class EppServer < Roda
|
||||
plugin :render
|
||||
|
||||
route do |r|
|
Loading…
Add table
Add a link
Reference in a new issue