Suite
This commit is contained in:
parent
b466250804
commit
3fb90b3deb
@ -1,15 +1,15 @@
|
||||
Rails.application.routes.draw do
|
||||
|
||||
constraints :subdomain => /^(?!commander|negos)(\w+)/ do
|
||||
get "/" => 'public/reseauxes#find_sub_domain'
|
||||
end
|
||||
# constraints :subdomain => /^(?!commander|negos)(\w+)/ do
|
||||
# get "/" => 'public/reseauxes#find_sub_domain'
|
||||
# end
|
||||
|
||||
constraints subdomain: 'commander' do
|
||||
# constraints subdomain: 'commander' do
|
||||
|
||||
get "/" => "public/home#vouisstar"
|
||||
end
|
||||
# get "/" => "public/home#vouisstar"
|
||||
# end
|
||||
|
||||
constraints domain: ['negos.pro', 'negos.olwen.xyz', "localhost"] do
|
||||
#constraints domain: ['negos.pro', 'negos.olwen.xyz', "localhost"] do
|
||||
|
||||
get 'mail_assets/:token.png' => "admin/mail_trackings#update", :as => :image_tracking
|
||||
|
||||
@ -574,7 +574,7 @@ Rails.application.routes.draw do
|
||||
|
||||
|
||||
get "/" => 'public/needs#index'
|
||||
end
|
||||
#end
|
||||
|
||||
|
||||
#root ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user