From 0df534e9c5bf6621d203e8d356bcdb8d0409f50b Mon Sep 17 00:00:00 2001 From: Nicholas Ching Date: Thu, 17 Oct 2024 20:13:03 -0400 Subject: [PATCH] changed the host location and port of the python microservice --- check_gpt/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/check_gpt/app.py b/check_gpt/app.py index a55793d..ca6fae7 100644 --- a/check_gpt/app.py +++ b/check_gpt/app.py @@ -113,6 +113,5 @@ def check_text(): return jsonify({"result": result}) - if __name__ == '__main__': app.run(host='0.0.0.0', port=5000, debug=True) \ No newline at end of file