Fix port
This commit is contained in:
parent
c3fd328237
commit
8f0061f0c3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import uvicorn
|
|||
|
||||
|
||||
def run():
|
||||
uvicorn.run("mwmbl.asgi:application", host="0.0.0.0", port=8000)
|
||||
uvicorn.run("mwmbl.asgi:application", host="0.0.0.0", port=5000)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue