Skip to content

Commit

Permalink
chore: fix app port
Browse files Browse the repository at this point in the history
  • Loading branch information
balajisa09 committed Sep 29, 2024
1 parent cadf572 commit 2f694ce
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,5 +101,5 @@ def get_apps():
return Response(content=json.dumps({"error": str(e)}), status_code=500)

if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0")
uvicorn.run(app, host="0.0.0.0", port=8080)

0 comments on commit 2f694ce

Please sign in to comment.