This commit is contained in:
2020-03-05 17:53:35 -05:00
parent aac62f8e55
commit b170521619
12 changed files with 1292 additions and 568 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
class SupplierController < Suppliers::ApplicationController
def home
if Rails.env.development?
redirect_to "http://localhost:4202/supplier/#{params[:other]}"
redirect_to "https://supplier.mozo.local/supplier/#{params[:other]}"
else
redirect_to "https://supplier.mozo.bar/supplier/#{params[:other]}"
end