mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Refactor epp routing
This commit is contained in:
parent
fcc4477f68
commit
db77334711
5 changed files with 95 additions and 8 deletions
9
app/controllers/epp/contacts_controller.rb
Normal file
9
app/controllers/epp/contacts_controller.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
class Epp::ContactsController < ApplicationController
|
||||
protect_from_forgery with: :null_session
|
||||
|
||||
def create
|
||||
end
|
||||
|
||||
def info
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue