Merge pull request #1 from hiltongoncalves/hiltongoncalves-patch-1
Fix url for create user with photo upload
This commit is contained in:
commit
b2f45be2cb
|
@ -56,7 +56,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
store() {
|
||||
this.form.post(this.route('users.store'))
|
||||
this.form.post(this.route('users.store').url())
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue