]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc.webapp/src/main/webapp/index.jsp
Wire the last service that allow filtering by collection id
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / index.jsp
1 <?xml version="1.0" encoding="ISO-8859-1" ?>
2 <%@ page language="java" contentType="text/html"%>
3 <%
4 response.sendRedirect("build/index.html");
5 %>