From a9be95f91ea469681517c697fae2fd2a5bcd9ff5 Mon Sep 17 00:00:00 2001 From: xg353y Date: Mon, 11 Mar 2019 13:47:22 +0100 Subject: Rework authorization controller Rework the authorization controller, put the authorization code into a camel box, so that it could be put and remove from other methods easily and not tightly connected with other logic; Remove unused CldsTemplateService.js Issue-ID: CLAMP-305 Change-Id: I5e01f1fa4534e78e0996b4b8acaf33f1875e95f0 Signed-off-by: xg353y --- .../resources/clds/camel/rest/clamp-api-v2.xml | 24 ++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'src/main/resources/clds/camel/rest') diff --git a/src/main/resources/clds/camel/rest/clamp-api-v2.xml b/src/main/resources/clds/camel/rest/clamp-api-v2.xml index 0a72a0c12..0fd1250df 100644 --- a/src/main/resources/clds/camel/rest/clamp-api-v2.xml +++ b/src/main/resources/clds/camel/rest/clamp-api-v2.xml @@ -3,31 +3,39 @@ - + + + + - + + + + - + + + + - + + + + -- cgit 1.2.3-korg