fixes after the refactor

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2024-01-23 12:59:52 -03:00
parent d2c5f3d591
commit 8da06f5e74
3 changed files with 8 additions and 7 deletions

View file

@ -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",
)