changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user