filtre domaine
This commit is contained in:
parent
322914bcd8
commit
235620506d
@ -212,7 +212,7 @@ Survey::Application.routes.draw do
|
|||||||
get '*url.html' => 'public/menu_items#show', :as => :menu_item, :f => "html"
|
get '*url.html' => 'public/menu_items#show', :as => :menu_item, :f => "html"
|
||||||
get '*url.:f' => 'public/menu_items#redirect', :f => "html"
|
get '*url.:f' => 'public/menu_items#redirect', :f => "html"
|
||||||
|
|
||||||
root 'public/menu_items#show'
|
root 'public/menu_items#show' ,:constraints => {:domain => ["new.lepicvert.org", "localhost"]}
|
||||||
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user