Skip to content

Commit

Permalink
update port
Browse files Browse the repository at this point in the history
  • Loading branch information
tdubsFO committed Dec 20, 2023
1 parent b18f901 commit dbcbfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ def status():
return {"logging_active": logging_active}

if __name__ == '__main__':
app.run(host='0.0.0.0', port=8000)
app.run(host='0.0.0.0', port=5420)

0 comments on commit dbcbfd1

Please sign in to comment.