From 23fa460638e018bf0a6cfd79dc03f4edc0bc0603 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Mon, 4 Nov 2024 11:16:55 +0100 Subject: [PATCH] evt fehler behobem --- Belevo_Server_Kommunikation/module.php | 2 +- library.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Belevo_Server_Kommunikation/module.php b/Belevo_Server_Kommunikation/module.php index 452a7b3..8f60cc8 100644 --- a/Belevo_Server_Kommunikation/module.php +++ b/Belevo_Server_Kommunikation/module.php @@ -166,7 +166,7 @@ return $json; $options = [ 'http' => [ 'header' => "Content-Type: application/json\r\n". - "Authorization: Bearer $token", + "Authorization: Bearer $token". "id: test\r\n", 'method' => 'POST', diff --git a/library.json b/library.json index 4c0455e..db50732 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "0.57", + "version": "0.58", "build": 0, "date": 0 } \ No newline at end of file