Skip to content

Commit 3e1cd3e

Browse files
author
chanakyavasantha
committed
port updated
1 parent 33755c8 commit 3e1cd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ async def root():
2929

3030
if __name__ == "__main__":
3131
import uvicorn
32-
uvicorn.run(app, host="0.0.0.0", port=80)
32+
uvicorn.run(app, host="0.0.0.0", port=8000)

0 commit comments

Comments
 (0)