diff --git a/infrastructure/server/fabric_api_server.py b/infrastructure/server/fabric_api_server.py index 1503dd9..3629748 100644 --- a/infrastructure/server/fabric_api_server.py +++ b/infrastructure/server/fabric_api_server.py @@ -136,4 +136,4 @@ def extwis(): # Run the application if __name__ == "__main__": - app.run(host="1.1.1.1", port=13337, debug=True) + app.run(host="::1", port=13337, debug=True)