From 9dfb32b6125cf4f501ff6d4b121b539cbe962fc0 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 3 Jul 2025 07:13:48 +0300 Subject: [PATCH] Debug --- backend/main.py | 1 - frontend/public/env.js.template | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index a4add29..773cccc 100644 --- a/backend/main.py +++ b/backend/main.py @@ -92,4 +92,3 @@ app.include_router(router, prefix="/api") if __name__ == "__main__": import uvicorn uvicorn.run("main:app", host="0.0.0.0", port=8000, reload=True) - diff --git a/frontend/public/env.js.template b/frontend/public/env.js.template index 299dcc9..77ab514 100644 --- a/frontend/public/env.js.template +++ b/frontend/public/env.js.template @@ -3,3 +3,4 @@ window.ENV = { MINIO_ENDPOINT: "${MINIO_ENDPOINT}", MINIO_BUCKET: "${MINIO_BUCKET}" }; +