Fix backend
This commit is contained in:
parent
e0b0ec94fe
commit
895786b405
@ -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
|
||||
|
||||
3
frontend/public/env.js.template
Normal file
3
frontend/public/env.js.template
Normal file
@ -0,0 +1,3 @@
|
||||
window.__ENV__ = {
|
||||
API_BASE: "${API_BASE:-http://localhost:8000}"
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user