change endpoint

This commit is contained in:
Oleg Hasjanov 2021-07-29 12:50:01 +03:00 committed by olegphenomenon
parent 36e9aac1d3
commit f6e46b8fe6
3 changed files with 7 additions and 7 deletions

View file

@ -1,8 +1,8 @@
module Repp
module V1
module Registrar
class LoginController < BaseController
api :GET, 'repp/v1/registrar/login'
class AccreditationInfoController < BaseController
api :GET, 'repp/v1/registrar/accreditation_info'
desc 'check login user and return data'
def index