mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	change url of onboarding
This commit is contained in:
		| @ -59,7 +59,7 @@ export default { | ||||
|     async next (mailConfigData) { | ||||
|       this.loading = true | ||||
|       try { | ||||
|         let response = await window.axios.post('/api/settings/environment/mail', mailConfigData) | ||||
|         let response = await window.axios.post('/api/admin/onboarding/environment/mail', mailConfigData) | ||||
|         if (response.data.success) { | ||||
|           this.$emit('next') | ||||
|           window.toastr['success'](this.$t('wizard.success.' + response.data.success)) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user