This commit is contained in:
		| @@ -243,6 +243,6 @@ async def setup_db(app, loop): | |||||||
| monitor(app).expose_endpoint() | monitor(app).expose_endpoint() | ||||||
|  |  | ||||||
| try: | try: | ||||||
|     app.run(port=5000) |     app.run(host="0.0.0.0", port=5000) | ||||||
| except KeyboardInterrupt: | except KeyboardInterrupt: | ||||||
|     asyncio.get_event_loop().close() |     asyncio.get_event_loop().close() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user