From 4efec9e7daac5241d7739294e6765eca175bf9d0 Mon Sep 17 00:00:00 2001 From: akumar Date: Fri, 28 Jun 2024 09:42:19 +0200 Subject: [PATCH] fix: up cfg to remove setApiKey command --- cfg/config.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cfg/config.json b/cfg/config.json index 342ec62..b4ca9e3 100644 --- a/cfg/config.json +++ b/cfg/config.json @@ -119,12 +119,6 @@ "configUpdateResponse": { "messageObject": "io.restorecommerce.commandinterface.CommandResponse" }, - "setApiKeyCommand": { - "messageObject": "io.restorecommerce.commandinterface.CommandRequest" - }, - "setApiKeyResponse": { - "messageObject": "io.restorecommerce.commandinterface.CommandResponse" - }, "flushCacheCommand": { "messageObject": "io.restorecommerce.commandinterface.CommandRequest" }, @@ -176,7 +170,6 @@ "restoreCommand", "resetCommand", "configUpdateCommand", - "setApiKeyCommand", "flushCacheCommand" ] },