Skip to content

Commit b12c05e

Browse files
committed
fix: api server installation missing MANIFEST.in file
- Added MANIFEST.in to include webui files - Removed /webui/ endpoint from lightrag_server.py
1 parent fb07bc0 commit b12c05e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursive-include lightrag/api/webui *

lightrag/api/lightrag_server.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,6 @@ async def get_status():
410410
name="webui",
411411
)
412412

413-
@app.get("/webui/")
414-
async def webui_root():
415-
return FileResponse(static_dir / "index.html")
416-
417413
return app
418414

419415

0 commit comments

Comments
 (0)