From 631a8812e9bf9d08944bc18d972cb6134337facf Mon Sep 17 00:00:00 2001
From: ulrich <ulrich@ulrich-vaio>
Date: Sun, 01 Mar 2020 15:01:39 +0000
Subject: [PATCH] SuchApi hinzugefuegt

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

diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml
index 08423fd..2dcec4f 100644
--- a/web/WEB-INF/web.xml
+++ b/web/WEB-INF/web.xml
@@ -89,6 +89,7 @@
             <web-resource-name>UI</web-resource-name>
             <description>Bedienoberflaeche</description>
             <url-pattern>/ui/*</url-pattern>
+            <url-pattern>/ui2/*</url-pattern>
         </web-resource-collection>
         <auth-constraint>
             <description>UI-Auth-Constraint</description>

--
Gitblit v1.9.3