Co-authored-by: mikolaj widla <mikolaj.widla@gmail.com> Co-authored-by: Adam Bem <adam.bem@zoho.eu> Reviewed-on: #131
		
			
				
	
	
		
			6 lines
		
	
	
		
			175 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			175 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| $(document).ready( function() {
 | |
|     document.getElementById("rest-mock").href =
 | |
|         window.location.protocol + "//" + window.location.hostname + ":8097";
 | |
|     
 | |
| });
 | |
|         
 |