forked from open-webui/open-webui
fixes after the refactor
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
parent
d2c5f3d591
commit
8da06f5e74
3 changed files with 8 additions and 7 deletions
|
@ -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",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue