mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-27 07:32:55 -04:00 
			
		
		
		
	* Setup page real-time checks: - New setup.js inside of webpack.mix.js - SetupController methods rename from snake case to camel case - Added Axios module inside of app.js * Disable Laravel Mix notifications * Fix naming for request
		
			
				
	
	
		
			8 lines
		
	
	
		
			145 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			145 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
			Vendored
		
	
	
	
| /**
 | |
|  * Axios
 | |
|  * 
 | |
|  * Promise based HTTP client for the browser and node.js
 | |
|  * https://github.com/axios/axios
 | |
|  */
 | |
| window.axios = require('axios');
 |