Merge pull request #1 from hiltongoncalves/hiltongoncalves-patch-1
Fix url for create user with photo upload
This commit is contained in:
		
						commit
						b2f45be2cb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -56,7 +56,7 @@ export default { | ||||||
|   }, |   }, | ||||||
|   methods: { |   methods: { | ||||||
|     store() { |     store() { | ||||||
|       this.form.post(this.route('users.store')) |       this.form.post(this.route('users.store').url()) | ||||||
|     }, |     }, | ||||||
|   }, |   }, | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Hilton Gonçalves
						Hilton Gonçalves