mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Set cllback routes according to Tara inquiry
This commit is contained in:
parent
e93daa21d5
commit
8ff92548bf
1 changed files with 3 additions and 3 deletions
|
@ -86,10 +86,10 @@ Rails.application.routes.draw do
|
||||||
|
|
||||||
post 'mid' => 'sessions#mid'
|
post 'mid' => 'sessions#mid'
|
||||||
|
|
||||||
match '/tara/callback', via: %i[get post], to: 'tara#callback', as: :tara_callback
|
match '/open_id/callback', via: %i[get post], to: 'tara#callback', as: :tara_callback
|
||||||
match '/tara/cancel', via: %i[get post delete], to: 'tara#cancel',
|
match '/open_id/cancel', via: %i[get post delete], to: 'tara#cancel',
|
||||||
as: :tara_cancel
|
as: :tara_cancel
|
||||||
match '/tara/create', via: [:post], to: 'tara#create', as: :tara_create
|
match '/open_id/create', via: [:post], to: 'tara#create', as: :tara_create
|
||||||
end
|
end
|
||||||
|
|
||||||
resources :invoices, except: %i[new create edit update destroy] do
|
resources :invoices, except: %i[new create edit update destroy] do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue