many important fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user