Skip to content

Commit c0ebe6c

Browse files
committed
Update test page.
1 parent 812d47e commit c0ebe6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

httprpc-test/src/main/webapp/index.jsp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@
104104

105105
<hr/>
106106

107-
<a href="${pageContext.request.contextPath}/system-info?api">System Info (API)</a><br/>
108-
<br/>
109-
<a href="${pageContext.request.contextPath}/system-info">System Info</a><br/>
110-
111-
<hr/>
112-
113107
<form action="${pageContext.request.contextPath}/test" method="post" enctype="application/x-www-form-urlencoded">
114108
<table>
115109
<tr>
@@ -187,6 +181,12 @@
187181
</table>
188182
</form>
189183

184+
<hr/>
185+
186+
<a href="${pageContext.request.contextPath}/system-info?api">System Info (API)</a><br/>
187+
<br/>
188+
<a href="${pageContext.request.contextPath}/system-info">System Info</a><br/>
189+
190190
<h2>MongoDB</h2>
191191

192192
<a href="${pageContext.request.contextPath}/restaurants?api">Restaurants (API)</a><br/>

0 commit comments

Comments
 (0)