We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33755c8 commit 3e1cd3eCopy full SHA for 3e1cd3e
app/main.py
@@ -29,4 +29,4 @@ async def root():
29
30
if __name__ == "__main__":
31
import uvicorn
32
- uvicorn.run(app, host="0.0.0.0", port=80)
+ uvicorn.run(app, host="0.0.0.0", port=8000)
0 commit comments