mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +02:00
9 lines
134 B
Ruby
9 lines
134 B
Ruby
class Epp::SessionsController < ApplicationController
|
|
def index
|
|
render 'hello'
|
|
end
|
|
|
|
def create
|
|
render 'login'
|
|
end
|
|
end
|