Merge pull request 'cx' (#16) from cx into develop

develop
pght2c95q 8 months ago
commit f3eb1d3a31

@ -53,7 +53,8 @@ public class GetAdminByUserName extends HttpServlet {
* @throws IOException IO
*/
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
// TODO Auto-generated method stub
// TODO Auto-generated method stub.
doGet(request, response);
}
}
Loading…
Cancel
Save