src/main/webapp/index.jsp

changeset 70
821c4950b619
parent 45
cc7f082c5ef3
child 78
bb4c52bf3439
--- a/src/main/webapp/index.jsp	Tue May 19 18:49:48 2020 +0200
+++ b/src/main/webapp/index.jsp	Tue May 19 19:34:57 2020 +0200
@@ -25,8 +25,8 @@
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 --%>
 <%@page import="de.uapcore.lightpit.Functions" %>
-<%@page import="de.uapcore.lightpit.modules.HomeModule" %>
+<%@ page import="de.uapcore.lightpit.modules.ProjectsModule" %>
 <%
     response.setStatus(response.SC_MOVED_TEMPORARILY);
-    response.setHeader("Location", Functions.modulePathOf(HomeModule.class));
+    response.setHeader("Location", Functions.modulePathOf(ProjectsModule.class));
 %>

mercurial