From 481010b76bafd3ae20e91391fbf5daad50ef55da Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Tue, 17 Jun 2025 04:13:03 +0300 Subject: [PATCH] Fix pipeline and build the backend --- backend/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index 0f6b923..21d4717 100644 --- a/backend/main.py +++ b/backend/main.py @@ -81,6 +81,5 @@ def list_icons(): return categories - if __name__ == "__main__": uvicorn.run(app, host="0.0.0.0", port=8000)