From: Kai Moritz Date: Sun, 12 Oct 2025 17:11:04 +0000 (+0200) Subject: fix: Accepted `application/problem+json` for errors X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=59604f22f29df6e511cd48850af7d9b73b5f7309;p=demos%2Fkafka%2Fchat fix: Accepted `application/problem+json` for errors --- diff --git a/ChatroomService-ChatBackendController.json b/ChatroomService-ChatBackendController.json index 8d291369..f37a0631 100644 --- a/ChatroomService-ChatBackendController.json +++ b/ChatroomService-ChatBackendController.json @@ -108,7 +108,7 @@ }, "headers": { "Content-Type": [ - "application/json" + "application/problem+json" ] }, "matchingRules": {