Skip to content

Commit

Permalink
welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 2, 2017
1 parent a904043 commit dd54506
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<%@ page language="java" pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>

<script type="text/javascript">
window.location.href = '${pageContext.request.contextPath}/cms/api/column/list';
</script>

</head>
<body>

</body>
</html>

0 comments on commit dd54506

Please sign in to comment.