added upload indication

This commit is contained in:
MEGASOL\simon.adams
2025-08-27 21:07:10 +02:00
parent 20deb5616b
commit b714134f2e
6 changed files with 109 additions and 18 deletions

View File

@@ -435,6 +435,7 @@ async def api_upload(
return await do_upload()
if __name__ == "__main__":
import uvicorn
uvicorn.run("backend.main:app", host=HOST, port=PORT, reload=True)
"""
Note: Do not run this module directly. Use `python main.py` from
project root, which starts `uvicorn app.app:app` with reload.
"""