updates for new development env
This commit is contained in:
@@ -7,7 +7,7 @@ module ApplicationHelper
|
||||
|
||||
def user_root_path
|
||||
case Rails.env
|
||||
when 'development' then 'https://user.mozo.local/'
|
||||
when 'development' then 'https://localhost:4201/'
|
||||
else 'https://user.mozo.bar/'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user