fix: Fix i18n issues with help center (#6559)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class Public::Api::V1::PortalsController < PublicController
|
||||
class Public::Api::V1::PortalsController < Public::Api::V1::Portals::BaseController
|
||||
before_action :ensure_custom_domain_request, only: [:show]
|
||||
before_action :portal
|
||||
before_action :redirect_to_portal_with_locale, only: [:show]
|
||||
|
||||
Reference in New Issue
Block a user