use http for gms-requests

This commit is contained in:
Claus-Peter Huebner 2023-12-06 21:29:18 +01:00
parent 9443a7d1b8
commit a96aa9eb2b

View File

@ -117,7 +117,7 @@ export async function userByUuid(uuid: string): Promise<GmsUser[] | string | und
*/
export async function createGmsUser(apiKey: string, user: GmsUser): Promise<boolean> {
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: {