Update GetAdminByUserName.java

cx
pght2c95q 8 months ago
parent 0469012827
commit 1716d3a626

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