From 57c58de18c43010e66c9e7306340a9cd088952b9 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sun, 08 Jan 2017 17:45:27 +0000
Subject: [PATCH] Integration in WebBox

---
 web/WEB-INF/web.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml
index b9bd9d8..4c06470 100644
--- a/web/WEB-INF/web.xml
+++ b/web/WEB-INF/web.xml
@@ -43,6 +43,8 @@
             <web-resource-name>nutzerAdmin</web-resource-name>
             <description>Nutzer-Administration</description>
             <url-pattern>/ui/*</url-pattern>
+            <url-pattern>/svc/*</url-pattern>
+            <url-pattern>/api/*</url-pattern>
         </web-resource-collection>
         <auth-constraint>
             <description>nutzerAdminAuthContraint</description>

--
Gitblit v1.9.3