From 7d68fc2b29ad34945bc080a26aa9c879c315579a Mon Sep 17 00:00:00 2001 From: Gabriele Gianoglio Date: Fri, 3 May 2024 14:35:07 +0200 Subject: [PATCH] User defined endpoint mediator --- .../resources/api_templates/velocity_template.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/distribution/resources/api_templates/velocity_template.xml b/modules/distribution/resources/api_templates/velocity_template.xml index 4732d712ef..0c0a2a7c5b 100644 --- a/modules/distribution/resources/api_templates/velocity_template.xml +++ b/modules/distribution/resources/api_templates/velocity_template.xml @@ -94,6 +94,13 @@ #end #end +## user defined Mediator + #else + #if($endpointsecurity.type == "userDefined") + + + +## user defined Mediator #end #end #end