mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
Admin & User account frontend consolidation
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
this.isSendingRequest = true
|
||||
|
||||
axios
|
||||
.post(this.$store.getters.api + '/users/' + this.$route.params.id + '/reset-password',
|
||||
.post(this.$store.getters.api + '/admin/users/' + this.$route.params.id + '/reset-password',
|
||||
{}
|
||||
)
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user