diff --git a/public/account.html b/public/account.html index 2682979..9fb8c85 100644 --- a/public/account.html +++ b/public/account.html @@ -103,7 +103,7 @@ console.log('submit!'); }, openAccount() { - axios.post('/account/pen-account', {token: window.sessionStorage.getItem('token')}) + axios.post('/account/open-account', {token: window.sessionStorage.getItem('token')}) .then( (response) => { console.log(response); let result = response.data