Set up paths & namespace to match versioned routes

This commit is contained in:
Bubka
2021-11-07 21:57:22 +01:00
parent 0f17d93152
commit 7efa86b232
47 changed files with 98 additions and 94 deletions

View File

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