PathFix
This commit is contained in:
@@ -1645,7 +1645,7 @@ class TunneldRunnerSio:
|
|||||||
|
|
||||||
self._vue_app.include_router(self._app, prefix="/api")
|
self._vue_app.include_router(self._app, prefix="/api")
|
||||||
self._vue_app.mount(
|
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}")
|
@self._vue_app.get("/{full_path:path}")
|
||||||
async def serve_vue_app(full_path: str):
|
async def serve_vue_app(full_path: str):
|
||||||
|
|||||||
Reference in New Issue
Block a user