add.jsp 수정
This commit is contained in:
parent
7d8aaa1f1a
commit
a8b11ebbd3
|
|
@ -13,7 +13,7 @@
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$('#add').on('click', function(){
|
$('#add').on('click', function(){
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/user/10",
|
url: "/profile/user/10",
|
||||||
type: "POST",
|
type: "POST",
|
||||||
//contentType : 'application/json; charset=UTF-8',
|
//contentType : 'application/json; charset=UTF-8',
|
||||||
//dataType: "json",
|
//dataType: "json",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue