profile modify command

This commit is contained in:
Sola
2015-12-15 21:26:48 +08:00
parent fa572b2d36
commit b13ec99ddf
5 changed files with 81 additions and 11 deletions

View File

@@ -31,7 +31,6 @@ import static love.sola.netsupport.util.Checker.*;
@WebServlet(name = "Register", urlPatterns = "/api/register", loadOnStartup = 21)
public class Register extends HttpServlet {
private Gson gson = SQLCore.gson;
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {