infra updates
This commit is contained in:
@@ -3,7 +3,7 @@ class SupplierController < Suppliers::ApplicationController
|
||||
if Rails.env.development?
|
||||
redirect_to "http://localhost:4202/supplier/#{params[:other]}"
|
||||
else
|
||||
render html: File.read(Rails.root.join('public/supplier/index.html'))
|
||||
redirect_to "https://supplier.mozo.bar/supplier/#{params[:other]}"
|
||||
end
|
||||
end
|
||||
=begin
|
||||
|
||||
Reference in New Issue
Block a user