add.jsp 수정
This commit is contained in:
parent
a8b11ebbd3
commit
88401ac27e
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue