src/main/webapp/index.jsp

changeset 79
f64255a88d66
parent 78
bb4c52bf3439
child 180
009700915269
--- a/src/main/webapp/index.jsp	Sat May 23 13:52:04 2020 +0200
+++ b/src/main/webapp/index.jsp	Sat May 23 14:13:09 2020 +0200
@@ -26,5 +26,5 @@
 --%>
 <%
     response.setStatus(response.SC_MOVED_TEMPORARILY);
-    response.setHeader("Location", "/projects/");
+    response.setHeader("Location", "projects/");
 %>

mercurial