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