mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 09:40:39 +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(() => {
|
||||
|
||||
Reference in New Issue
Block a user