profile 추가

This commit is contained in:
daniel LEE 2023-11-02 12:35:16 +09:00
parent 92e917c01a
commit 153f1b7c97
1 changed files with 1 additions and 1 deletions

View File

@ -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",