Rename FranceConnect to FranceConnect::Entreprise
This commit is contained in:
parent
563e739958
commit
229973f14c
11 changed files with 44 additions and 44 deletions
|
@ -15,8 +15,10 @@ Rails.application.routes.draw do
|
|||
|
||||
root 'root#index'
|
||||
|
||||
get 'france_connect' => 'france_connect#login'
|
||||
get 'france_connect/callback' => 'france_connect#callback'
|
||||
namespace :france_connect do
|
||||
get 'entreprise' => 'entreprise#login'
|
||||
get 'entreprise/callback' => 'entreprise#callback'
|
||||
end
|
||||
|
||||
get 'demo' => 'demo#index'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue