We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360f1d3 commit dd424c4Copy full SHA for dd424c4
src/backend/main.py
@@ -44,6 +44,7 @@ async def lifespan(_: FastAPI):
44
)
45
46
app.mount("/assets", StaticFiles(directory=ASSETS_DIR), name="assets")
47
+app.mount("/static", StaticFiles(directory=STATIC_DIR), name="static")
48
49
@app.get("/")
50
async def read_root(request: Request, auth: Optional[SessionData] = Depends(optional_auth)):
0 commit comments