fix: Expose app by default
This commit is contained in:
parent
2514ad1296
commit
836e7b565b
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ async def fetch_update(debug_print: bool = True):
|
||||||
def start() -> None:
|
def start() -> None:
|
||||||
from uvicorn import run
|
from uvicorn import run
|
||||||
|
|
||||||
run("prophet.app:app", reload=True)
|
run("prophet.app:app", reload=True, host="0.0.0.0")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue