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
+2 -2
View File
@@ -7,8 +7,8 @@ module ApplicationHelper
def user_root_path
case Rails.env
when 'development' then 'http://localhost:4201/'
else '/user/index.html'
when 'development' then 'https://user.mozo.local/'
else 'https://user.mozo.bar/'
end
end