Manager root is Administrateurs#index
This commit is contained in:
parent
d9feb4be06
commit
98ae1bb95f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Rails.application.routes.draw do
|
||||||
match "/delayed_job" => DelayedJobWeb, :anchor => false, :via => [:get, :post]
|
match "/delayed_job" => DelayedJobWeb, :anchor => false, :via => [:get, :post]
|
||||||
end
|
end
|
||||||
|
|
||||||
root to: "procedures#index"
|
root to: "administrateurs#index"
|
||||||
end
|
end
|
||||||
|
|
||||||
get "/ping" => "ping#index", :constraints => {:ip => /127.0.0.1/}
|
get "/ping" => "ping#index", :constraints => {:ip => /127.0.0.1/}
|
||||||
|
|
Loading…
Add table
Reference in a new issue