From 4adf0369182f5394c403adb87d2e0e73895f186d Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 10 Nov 2023 07:51:59 -0300 Subject: [PATCH] fix(all): URLs for MSTeams. --- swagger.json | 2 +- teams-manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/swagger.json b/swagger.json index 108c97db..0fa7ce30 100644 --- a/swagger.json +++ b/swagger.json @@ -6,7 +6,7 @@ "description": "General Bots API definitions.", "contact": { "name": "Pragmatismo", - "url": "https://generalbots.ai", + "url": "https://gb.pragmatismo.com.br", "email": "info@pragmatismo.io" }, "x-ms-api-annotation": { diff --git a/teams-manifest.json b/teams-manifest.json index 439c66a4..a945e57e 100644 --- a/teams-manifest.json +++ b/teams-manifest.json @@ -7,8 +7,8 @@ "developer": { "name": "@@yourName", "websiteUrl": "https://pragmatismo.io", - "privacyUrl": "https://generalbots.ai/privacy.html", - "termsOfUseUrl": "https://generalbots.ai/terms.html" + "privacyUrl": "https://gb.pragmatismo.com.br/privacy.html", + "termsOfUseUrl": "https://gb.pragmatismo.com.br/terms.html" }, "icons": { "color": "color.png",