From b057076ed42cce03d107d8829599917f43c70e45 Mon Sep 17 00:00:00 2001 From: leandrofars Date: Wed, 10 Jul 2024 13:59:44 -0300 Subject: [PATCH] feat: new oktopus emails --- README.md | 4 ++-- backend/services/controller/internal/bridge/bridge.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc6e229..2c8f3ae 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Oktopus is a multi-vendor management platform for CPEs and IoTs. Any device t -

If you'd like to become a sponsor, start a partnership or somehow to contribute to the project, email leandro@oktopus.app.br, every contribution is welcome, and the resources will help the project to move on. Also, if your company uses this project and you'd like your logo to appear up here, contact us. +

If you'd like to become a sponsor, start a partnership or somehow to contribute to the project, email contact@oktopus.app.br, every contribution is welcome, and the resources will help the project to move on. Also, if your company uses this project and you'd like your logo to appear up here, contact us.

diff --git a/backend/services/controller/internal/bridge/bridge.go b/backend/services/controller/internal/bridge/bridge.go index f9697ed..16f1b43 100644 --- a/backend/services/controller/internal/bridge/bridge.go +++ b/backend/services/controller/internal/bridge/bridge.go @@ -263,7 +263,7 @@ func NatsEnterpriseInteraction( if err != nil { if err == nats.ErrNoResponders { w.WriteHeader(http.StatusInternalServerError) - w.Write(utils.Marshall("You have no enterprise license, to get one contact: leandro@oktopus.app.br")) + w.Write(utils.Marshall("You have no enterprise license, to get one contact: sales@oktopus.app.br")) return err } w.WriteHeader(http.StatusInternalServerError)