Fix backend port
This commit is contained in:
parent
ddeee8aeaf
commit
557535e987
@ -55,6 +55,6 @@ if __name__ == "__main__":
|
||||
uvicorn.run(
|
||||
"main:app",
|
||||
host="0.0.0.0",
|
||||
port=8001,
|
||||
port=8000,
|
||||
reload=True
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user