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}" }; +