Fix pipeline and build the backend

This commit is contained in:
dvirlabs 2025-06-17 04:13:03 +03:00
parent 7348a40c5c
commit 481010b76b

View File

@ -81,6 +81,5 @@ def list_icons():
return categories
if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8000)