mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-07-09 21:18:36 +02:00
fix(index path):
This commit is contained in:
+2
-1
@@ -41,7 +41,8 @@ app.add_middleware(
|
||||
|
||||
@app.get("/")
|
||||
async def root():
|
||||
return FileResponse("langalf/static/index.html")
|
||||
langalf_path = Path(__file__).parent
|
||||
return FileResponse(f"{langalf_path}/static/index.html")
|
||||
|
||||
|
||||
class LLMInfo(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user