mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
Readme update
This commit is contained in:
parent
6a0a22bdc0
commit
3bedf17d9a
4 changed files with 69 additions and 4 deletions
|
@ -2,4 +2,8 @@ class Epp::SessionsController < ApplicationController
|
|||
def index
|
||||
render 'hello'
|
||||
end
|
||||
|
||||
def create
|
||||
render 'login'
|
||||
end
|
||||
end
|
||||
|
|
14
app/views/epp/sessions/login.xml
Normal file
14
app/views/epp/sessions/login.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0
|
||||
epp-1.0.xsd">
|
||||
<response>
|
||||
<result code="1000">
|
||||
<msg lang="en">User test was authenticated. Welcome.</msg>
|
||||
</result>
|
||||
<trID>
|
||||
<clTRID>sample1trid</clTRID>
|
||||
</trID>
|
||||
</response>
|
||||
</epp>
|
Loading…
Add table
Add a link
Reference in a new issue