mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
@@ -60,6 +60,6 @@ app.mount("/rag/api/v1", rag_app)
|
||||
|
||||
app.mount(
|
||||
"/",
|
||||
SPAStaticFiles(directory=str(FRONTEND_BUILD_DIR), html=True),
|
||||
SPAStaticFiles(directory=FRONTEND_BUILD_DIR, html=True),
|
||||
name="spa-static-files",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user