diff --git a/src/main/webapp/WEB-INF/views/add.jsp b/src/main/webapp/WEB-INF/views/add.jsp index 8d66bf1..9349b59 100644 --- a/src/main/webapp/WEB-INF/views/add.jsp +++ b/src/main/webapp/WEB-INF/views/add.jsp @@ -24,7 +24,7 @@ } $.ajax({ type: "POST", - url: '/profile/user/10', + url: '/profile/user/' + $('#id').val(), data: formData, contentType: false, processData: false, @@ -52,7 +52,7 @@ } $.ajax({ type: "PUT", - url: '/profile/user/1', + url: '/profile/user/' + $('#eid').val(), data: formData, contentType: false, processData: false, @@ -72,25 +72,7 @@ - - -
-
-
-
- - - + 제품Id
제품명
가격

@@ -98,6 +80,7 @@





+ 제품Id
제품명
가격