cx #16

Merged
pght2c95q merged 1 commits from cx into develop 8 months ago

@ -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