Update waitress IP to make it work on production.
This commit is contained in:
		@@ -9,4 +9,4 @@ os.chdir(this_files_dir)
 | 
			
		||||
 | 
			
		||||
# `url_prefix` is optional, but useful if you are serving app on a sub-dir
 | 
			
		||||
# behind a reverse-proxy.
 | 
			
		||||
serve(api_app, host='127.0.0.1', port=5001)
 | 
			
		||||
serve(api_app, host='0.0.0.0', port=5001)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user