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