From aebebad7afa79a6854a25a45cc2b940224f0dad9 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 11 Oct 2025 21:18:59 +0200 Subject: [PATCH] refactor: Clearer naming for the parties involved in the pact --- ...backend.json => ChatroomService-ChatBackendController.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename frontend.ChatroomService-backend.json => ChatroomService-ChatBackendController.json (97%) diff --git a/frontend.ChatroomService-backend.json b/ChatroomService-ChatBackendController.json similarity index 97% rename from frontend.ChatroomService-backend.json rename to ChatroomService-ChatBackendController.json index 130e953a..e5f7dc40 100644 --- a/frontend.ChatroomService-backend.json +++ b/ChatroomService-ChatBackendController.json @@ -1,6 +1,6 @@ { "consumer": { - "name": "frontend.ChatroomService" + "name": "ChatroomService" }, "interactions": [ { @@ -118,6 +118,6 @@ } }, "provider": { - "name": "backend" + "name": "ChatBackendController" } } \ No newline at end of file -- 2.39.5