Skip to content
Snippets Groups Projects
Commit 12fa6788 authored by Jinyeong Kim's avatar Jinyeong Kim
Browse files

fix usercontroller

parent 849b0755
Branches
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ const MyPage = () => { ...@@ -37,7 +37,7 @@ const MyPage = () => {
try { try {
const response = await axios.post( const response = await axios.post(
`${API_URL}/conf_password/change`, `${API_URL}/userManagement/changePassword`,
{ {
email: user.email, email: user.email,
oldPassword: passwordData.oldPassword, oldPassword: passwordData.oldPassword,
...@@ -71,7 +71,7 @@ const MyPage = () => { ...@@ -71,7 +71,7 @@ const MyPage = () => {
} }
const response = await axios.post( const response = await axios.post(
`${API_URL}/conf_name/change`, `${API_URL}/userManagement/change`,
{ {
email: user.email, email: user.email,
newName: newName.trim() newName: newName.trim()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment