From 3524d1a05525f4dfdb6713a4605cc6b4312a1090 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 20 Feb 2023 19:16:26 -0700 Subject: [PATCH] Fix go2rtc dashboard link (#5546) * Fix go2rtc dashboard link * Add trailing / --- web/src/routes/System.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/routes/System.jsx b/web/src/routes/System.jsx index 5f749ee22..e6b383114 100644 --- a/web/src/routes/System.jsx +++ b/web/src/routes/System.jsx @@ -90,7 +90,7 @@ export default function System() { className="p-1 text-blue-500 hover:underline" target="_blank" rel="noopener noreferrer" - href="live/webrtc" + href="/live/webrtc/" > go2rtc dashboard