mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-14 10:44:13 +00:00
Change uvicorn run expression
This commit is contained in:
parent
43675b2d1d
commit
e7df559787
1 changed files with 1 additions and 1 deletions
|
@ -53,4 +53,4 @@ async def startup():
|
|||
init_restic()
|
||||
|
||||
if __name__ == "__main__":
|
||||
uvicorn.run("app:app", host="0.0.0.0", port=5050, log_level="info")
|
||||
uvicorn.run("selfprivacy_api.app:app", host="0.0.0.0", port=5050, log_level="info")
|
||||
|
|
Loading…
Add table
Reference in a new issue