many important fixes

This commit is contained in:
2020-02-29 11:43:00 -05:00
parent 2149345d3d
commit 73c207c324
28 changed files with 1463 additions and 242 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ module ApplicationHelper
def user_root_path
case Rails.env
when 'development' then 'http://localhost:4200/'
when 'development' then 'http://localhost:4201/'
else '/user/index.html'
end
end