This commit is contained in:
2026-04-04 19:09:44 -04:00
parent 502992f69d
commit 94cb2441e2

View File

@@ -1645,7 +1645,7 @@ class TunneldRunnerSio:
self._vue_app.include_router(self._app, prefix="/api")
self._vue_app.mount(
"/assets", StaticFiles(directory=self._vue_dist, html=True), name="vue")
"/assets", StaticFiles(directory=self._vue_dist + "assets", html=True), name="vue")
@self._vue_app.get("/{full_path:path}")
async def serve_vue_app(full_path: str):