We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56d318 commit 8af543fCopy full SHA for 8af543f
api/app.py
@@ -156,4 +156,4 @@ def get_top_brand():
156
return jsonify(response)
157
158
if __name__ == "__main__":
159
- app.run(host='0.0.0.0', port=8080)
+ app.run(host='0.0.0.0', port=80)
0 commit comments