From bd49512c0f8aedcf3426d184de19d957b24ef497 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 26 Sep 2022 14:29:42 +0200 Subject: [PATCH] Trying to fix authorization exclude path --- gcube/extra-resources/WEB-INF/gcube-app.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcube/extra-resources/WEB-INF/gcube-app.xml b/gcube/extra-resources/WEB-INF/gcube-app.xml index f0347c6..c056b4f 100644 --- a/gcube/extra-resources/WEB-INF/gcube-app.xml +++ b/gcube/extra-resources/WEB-INF/gcube-app.xml @@ -5,6 +5,6 @@ ${project.groupId} ${project.version} ${project.description} - /api-docs/* - /docs/* + /api-docs.* + /docs.* \ No newline at end of file