Skip to content

Commit 8af543f

Browse files
committed
fixed port 80 app.py
1 parent c56d318 commit 8af543f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ def get_top_brand():
156156
return jsonify(response)
157157

158158
if __name__ == "__main__":
159-
app.run(host='0.0.0.0', port=8080)
159+
app.run(host='0.0.0.0', port=80)

0 commit comments

Comments
 (0)