From 7254b32bc750b8fdf11f34e252440b977e22f92f Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 18 Jun 2025 02:28:21 +0300 Subject: [PATCH] Test the pipeline --- backend/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/main.py b/backend/main.py index 21d4717..0f6b923 100644 --- a/backend/main.py +++ b/backend/main.py @@ -81,5 +81,6 @@ def list_icons(): return categories + if __name__ == "__main__": uvicorn.run(app, host="0.0.0.0", port=8000)