From 43c03094100a457b8f33802b8b3886ee79c84402 Mon Sep 17 00:00:00 2001 From: Johannes Geppert Date: Mon, 28 Sep 2015 19:53:26 +0200 Subject: [PATCH] WW-4522 Support latest stable AngularJS version in maven angularjs archetype - Correct redirect to index action --- .../resources/archetype-resources/src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/index.jsp b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/index.jsp index 3fa05a5cc..a81b87fc0 100644 --- a/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/index.jsp +++ b/archetypes/struts2-archetype-angularjs/src/main/resources/archetype-resources/src/main/webapp/index.jsp @@ -1 +1 @@ -<% response.sendRedirect("application"); %> \ No newline at end of file +<% response.sendRedirect("index"); %> \ No newline at end of file