Infrastructure connection updates

This commit is contained in:
2020-03-04 19:52:28 -05:00
parent 51748d5783
commit aec5364f2e
14 changed files with 48 additions and 21 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
class SupplierController < Suppliers::ApplicationController
def home
if Rails.env.development?
binding.pry
redirecto_to "http://localhost:4202/supplier#{params[:other]}"
redirect_to "http://localhost:4202/supplier/#{params[:other]}"
else
render html: File.read(Rails.root.join('public/supplier/index.html'))
end