diff --git a/lavender/manage-apps.go.html b/lavender/manage-apps.go.html index 5547292..477ae7e 100644 --- a/lavender/manage-apps.go.html +++ b/lavender/manage-apps.go.html @@ -38,7 +38,7 @@

Manage Client Applications

-
+
diff --git a/lavender/manage-users.go.html b/lavender/manage-users.go.html index a927811..b3c33b7 100644 --- a/lavender/manage-users.go.html +++ b/lavender/manage-users.go.html @@ -10,7 +10,7 @@

Manage Users

-
+
@@ -53,7 +53,7 @@
- +
diff --git a/main.go b/main.go index 3b146d2..ec86574 100644 --- a/main.go +++ b/main.go @@ -88,7 +88,7 @@ func main() { Logger.Warn("Watcher stopped", "err", err) }() - _ = http.ListenAndServe(":8080", http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { + _ = http.ListenAndServe(":7070", http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { if r.URL.Path == "/" { TemplateMu.RLock() defer TemplateMu.RUnlock()