From a96aa9eb2b3cc27cf0cc2ebf344b4b01108fe47e Mon Sep 17 00:00:00 2001 From: Claus-Peter Huebner Date: Wed, 6 Dec 2023 21:29:18 +0100 Subject: [PATCH] use http for gms-requests --- backend/src/apis/gms/GmsClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/apis/gms/GmsClient.ts b/backend/src/apis/gms/GmsClient.ts index e4bdd4371..2767324e5 100644 --- a/backend/src/apis/gms/GmsClient.ts +++ b/backend/src/apis/gms/GmsClient.ts @@ -117,7 +117,7 @@ export async function userByUuid(uuid: string): Promise { - const baseUrl = 'https://'.concat(CONFIG.GMS_HOST).concat(':').concat(CONFIG.GMS_PORT).concat('/') + const baseUrl = 'http://'.concat(CONFIG.GMS_HOST).concat(':').concat(CONFIG.GMS_PORT).concat('/') const service = 'community-user' const config = { headers: {