From 7b90eef36eea394db6c6e2b22871b8fec6a79c36 Mon Sep 17 00:00:00 2001 From: lwcrosier Date: Sun, 14 Dec 2025 20:23:54 -0500 Subject: [PATCH] Finally figured out what was causing navigation issues for the NewReverseProxyView --- index.html | 36 ------------------------------- src/App.vue | 4 ++++ src/router/index.js | 5 +++-- src/views/NewReverseProxyView.vue | 2 +- src/views/ReverseProxies.vue | 3 --- 5 files changed, 8 insertions(+), 42 deletions(-) diff --git a/index.html b/index.html index 394521e..b19040a 100644 --- a/index.html +++ b/index.html @@ -7,42 +7,6 @@ Vite App -
diff --git a/src/App.vue b/src/App.vue index 00f3e25..3a1ef85 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,4 +1,8 @@