diff --git a/src/main/webapp/WEB-INF/views/add.jsp b/src/main/webapp/WEB-INF/views/add.jsp index 9599422..54095ce 100644 --- a/src/main/webapp/WEB-INF/views/add.jsp +++ b/src/main/webapp/WEB-INF/views/add.jsp @@ -13,7 +13,7 @@ $(document).ready(function(){ $('#add').on('click', function(){ $.ajax({ - url: "/profile/user/10", + url: "/user/10", type: "POST", //contentType : 'application/json; charset=UTF-8', //dataType: "json",