From d68da8907cdafbc60ef11c648954d80f88c94644 Mon Sep 17 00:00:00 2001 From: Manendra Pal Singh Date: Tue, 2 Dec 2025 23:05:03 +0530 Subject: [PATCH] update as per the PR comment --- config/local-simple.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/local-simple.yaml b/config/local-simple.yaml index 486e40b..670141a 100644 --- a/config/local-simple.yaml +++ b/config/local-simple.yaml @@ -63,11 +63,11 @@ modules: id: router config: routingConfig: ./config/local-simple-routing.yaml - reqpreprocessor: - id: reqpreprocessor - config: - uuidKeys: transaction_id,message_id - role: bap + middleware: + - id: reqpreprocessor + config: + uuidKeys: transaction_id,message_id + role: bap steps: - validateSign - addRoute @@ -109,11 +109,11 @@ modules: routingConfig: ./config/local-simple-routing-BAPCaller.yaml signer: id: signer - reqpreprocessor: - id: reqpreprocessor - config: - uuidKeys: transaction_id,message_id - role: bap + middleware: + - id: reqpreprocessor + config: + uuidKeys: transaction_id,message_id + role: bap steps: - addRoute - sign