profile 추가

This commit is contained in:
2023-11-02 12:35:16 +09:00
parent 92e917c01a
commit 153f1b7c97

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