src/main/webapp/index.jsp

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

mercurial