mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-17 23:18:20 +00:00
WEB API independent
This commit is contained in:
@@ -97,7 +97,7 @@ def knowledge_list():
|
||||
return params
|
||||
|
||||
|
||||
@router.get("/index")
|
||||
@router.get("/")
|
||||
async def read_main():
|
||||
return FileResponse(f"{static_file_path}/index.html")
|
||||
|
||||
|
Reference in New Issue
Block a user