We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c7611 commit 12bf2d6Copy full SHA for 12bf2d6
core/router.py
@@ -72,4 +72,4 @@ async def _(request: web.Request) -> web.Response:
72
return await getStatus(self.cluster)
73
74
self.app.add_routes(self.route)
75
- self.app.router.add_static('/dashboard', './assets/dashboard')
+ self.app.router.add_static('/dashboard/', './assets/dashboard')
0 commit comments