Try the new plugin

This commit is contained in:
dvirlabs 2025-06-18 06:48:26 +03:00
parent cec81e48c9
commit 068c7ed48a
2 changed files with 2 additions and 1 deletions

View File

@ -89,6 +89,7 @@ def get_public_icon_url(filename: str):
app.include_router(router, prefix="/api")
if __name__ == "__main__":
import uvicorn
uvicorn.run("main:app", host="0.0.0.0", port=8000, reload=True)