|
|
diff --git a/app/controllers/health_controller.rb b/app/controllers/health_controller.rb
index fdf969a39..6f948cb57 100644
--- a/app/controllers/health_controller.rb
+++ b/app/controllers/health_controller.rb
@@ -2,6 +2,6 @@
# authentication, and callbacks. Used for health checks
class HealthController < ActionController::Base # rubocop:disable Rails/ApplicationController
def show
- render json: { status: 'woot' }
+ render json: { status: 'woot', platform: 'fazer.ai', version: Chatwoot.config[:version] }
end
end
diff --git a/app/javascript/dashboard/routes/dashboard/settings/account/components/BuildInfo.vue b/app/javascript/dashboard/routes/dashboard/settings/account/components/BuildInfo.vue
index 05f206136..62073b1f0 100644
--- a/app/javascript/dashboard/routes/dashboard/settings/account/components/BuildInfo.vue
+++ b/app/javascript/dashboard/routes/dashboard/settings/account/components/BuildInfo.vue
@@ -51,6 +51,16 @@ const copyGitSha = () => {
>
{{ `Build ${gitSha}` }}
+
+
+ fazer.ai
+
+
diff --git a/app/javascript/v3/views/login/Index.vue b/app/javascript/v3/views/login/Index.vue
index 23e598dbd..c4ddbf53e 100644
--- a/app/javascript/v3/views/login/Index.vue
+++ b/app/javascript/v3/views/login/Index.vue
@@ -337,5 +337,21 @@ export default {
+ powered by + + fazer.ai + +
+ diff --git a/app/views/layouts/mailer/base.liquid b/app/views/layouts/mailer/base.liquid index 5fa07e139..3daa275bb 100644 --- a/app/views/layouts/mailer/base.liquid +++ b/app/views/layouts/mailer/base.liquid @@ -63,7 +63,7 @@|
|