mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
api refactoring
This commit is contained in:
@@ -119,7 +119,7 @@ export default {
|
||||
|
||||
// Send request to get user reset link
|
||||
axios
|
||||
.post('/api/password/email', {
|
||||
.post('/api/password/recover', {
|
||||
email: this.recoverEmail,
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
@@ -275,7 +275,7 @@ export default {
|
||||
},
|
||||
resendEmail() {
|
||||
axios
|
||||
.post('/api/user/email/verify/resend', {
|
||||
.post('/api/user/verify', {
|
||||
email: this.loginEmail,
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user