From 53d0770ee7dbfd91e32597aed1856efc00667487 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Tue, 1 Jul 2025 10:04:59 +0300 Subject: [PATCH] Build back and front again --- backend/main.py | 1 - frontend/src/services/api.js | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index e03c4ee..0b227bc 100644 --- a/backend/main.py +++ b/backend/main.py @@ -83,4 +83,3 @@ def list_icons(): if __name__ == "__main__": uvicorn.run(app, host="0.0.0.0", port=8000) - diff --git a/frontend/src/services/api.js b/frontend/src/services/api.js index 09e0852..5ab7fa0 100644 --- a/frontend/src/services/api.js +++ b/frontend/src/services/api.js @@ -30,3 +30,4 @@ export async function fetchIconCategories() { return await res.json(); } +