From ecccfcd9f42501496ad7e5444ef9098f28a19b40 Mon Sep 17 00:00:00 2001 From: ulrich <not disclosed> Date: Sun, 15 Jan 2017 12:08:00 +0000 Subject: [PATCH] Readme hinzugefĆ¼gt --- 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