Fix backend

This commit is contained in:
dvirlabs 2025-12-05 16:23:03 +02:00
parent e0b0ec94fe
commit 895786b405
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
fastapi==0.103.2
uvicorn[standard]==0.23.2
fastapi==0.115.0
uvicorn[standard]==0.30.1
pydantic==2.7.4
python-dotenv==1.0.1

View File

@ -0,0 +1,3 @@
window.__ENV__ = {
API_BASE: "${API_BASE:-http://localhost:8000}"
};