Skip to content

Commit

Permalink
feat: server startup text
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Nov 24, 2023
1 parent 68f6a57 commit 4869a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def root():
return f"Server is running on {Config.ENV} environment"


print("Server is running on port 4000")
print("Server is running on 4000 port")

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

0 comments on commit 4869a10

Please sign in to comment.