add.jsp 수정

This commit is contained in:
2023-11-02 12:19:25 +09:00
parent 7d8aaa1f1a
commit a8b11ebbd3

View File

@@ -13,7 +13,7 @@
$(document).ready(function(){
$('#add').on('click', function(){
$.ajax({
url: "/user/10",
url: "/profile/user/10",
type: "POST",
//contentType : 'application/json; charset=UTF-8',
//dataType: "json",