From b634fb6b6ea5d5e6046e15ee5b3f037f4c7839f7 Mon Sep 17 00:00:00 2001
From: ulrich <ulrich>
Date: Tue, 19 May 2020 14:40:42 +0000
Subject: [PATCH] Stile verfeinert

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

diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml
index c2ea0b7..e9200ee 100644
--- a/web/WEB-INF/web.xml
+++ b/web/WEB-INF/web.xml
@@ -71,7 +71,7 @@
             <web-resource-name>nutzerAdmin</web-resource-name>
             <description>Nutzer-Administration</description>
             <url-pattern>/ui/*</url-pattern>
-            <url-pattern>/ui2/*</url-pattern>
+            <url-pattern>/ui-alt/*</url-pattern>
             <url-pattern>/svc/*</url-pattern>
             <url-pattern>/api/*</url-pattern>
         </web-resource-collection>
@@ -87,7 +87,7 @@
             <description>Nutzerprofil</description>
             <url-pattern>/prf/*</url-pattern>
             <url-pattern>/profil/*</url-pattern>
-            <url-pattern>/profil2/*</url-pattern>
+            <url-pattern>/profil-alt/*</url-pattern>
         </web-resource-collection>
         <auth-constraint>
             <description>nutzerProfilAuthContraint</description>

--
Gitblit v1.9.3