API can be viewed from any machine
This commit is contained in:
parent
90745b069c
commit
29ad1c49f4
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ class ApiManager:
|
||||||
}
|
}
|
||||||
|
|
||||||
def loop(self):
|
def loop(self):
|
||||||
uvicorn.run(self.application)
|
uvicorn.run(self.application, host="0.0.0.0", port=8000)
|
||||||
|
|
Loading…
Reference in a new issue