bound port to all IPs
This commit is contained in:
		
					parent
					
						
							
								6a7841c3f9
							
						
					
				
			
			
				commit
				
					
						d726858784
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -63,4 +63,4 @@ def redirectDomain(domain, action=None):
 | 
			
		|||
            return json2html.json2html.convert(json = body)
 | 
			
		||||
 | 
			
		||||
if __name__ == "__main__":
 | 
			
		||||
    run(app, host='localhost', port='5000', reloader=True)
 | 
			
		||||
    run(app, host='0.0.0.0', port='5000', reloader=True)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue