Fix back-end paths called by Vue front-end

This commit is contained in:
Bubka
2022-03-24 15:03:45 +01:00
parent d016507592
commit 4fcfcc6797
5 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@
handleSubmit(e) {
e.preventDefault()
this.form.post('/api/v1/user/password/lost', {returnError: true})
this.form.post('/user/password/lost', {returnError: true})
.then(response => {
this.$notify({ type: 'is-success', text: response.data.message, duration:-1 })