mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Apache SSL configuration, basic tests for Registry app via mod_epp
This commit is contained in:
parent
3d84d37219
commit
7d4142abc2
10 changed files with 172 additions and 64 deletions
|
@ -1,13 +1,15 @@
|
|||
class Epp::SessionsController < ApplicationController
|
||||
protect_from_forgery with: :null_session
|
||||
|
||||
def greeting; end
|
||||
|
||||
def proxy
|
||||
send(params[:command])
|
||||
end
|
||||
|
||||
private
|
||||
def hello
|
||||
render 'greeting'
|
||||
end
|
||||
|
||||
def login
|
||||
render 'login'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue