From d4a1e7104130c01159ddebc310ac61bb628592ce Mon Sep 17 00:00:00 2001 From: daniel LEE Date: Thu, 2 Nov 2023 12:11:48 +0900 Subject: [PATCH] =?UTF-8?q?add.jsp=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/add.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/views/add.jsp b/src/main/webapp/WEB-INF/views/add.jsp index 9599422..54095ce 100644 --- a/src/main/webapp/WEB-INF/views/add.jsp +++ b/src/main/webapp/WEB-INF/views/add.jsp @@ -13,7 +13,7 @@ $(document).ready(function(){ $('#add').on('click', function(){ $.ajax({ - url: "/profile/user/10", + url: "/user/10", type: "POST", //contentType : 'application/json; charset=UTF-8', //dataType: "json",