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

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