From 762a48115b3e2373b952e7ab487d85295eba9c41 Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Wed, 1 Nov 2017 20:04:10 +0100 Subject: [PATCH] add authorization exclude --- public/documentation/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/documentation/index.html b/public/documentation/index.html index 61d89315..b897daea 100644 --- a/public/documentation/index.html +++ b/public/documentation/index.html @@ -24,7 +24,7 @@ /** * Paths which should be excluded from the documentation */ - var exclude = ['/backend/(.*)', '/consumer/(.*)']; + var exclude = ['/authorization/(.*)', '/backend/(.*)', '/consumer/(.*)']; evidProvider.setExclude(exclude);