mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-10 08:14:30 +08:00
6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
<%@page pageEncoding="UTF-8" %>
|
|
<%@include file="/jsp/init.jsp" %>
|
|
|
|
<%
|
|
response.sendRedirect(request.getContextPath() + "/c/maps/");
|
|
%> |