mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Add basic mod_epp setup to readme
This commit is contained in:
parent
4d92a40a8d
commit
6a0a22bdc0
6 changed files with 141 additions and 0 deletions
5
app/controllers/epp/sessions_controller.rb
Normal file
5
app/controllers/epp/sessions_controller.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class Epp::SessionsController < ApplicationController
|
||||
def index
|
||||
render 'hello'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue