From e29f38937cdf077a99b45c27e49f553d4dd8d0d7 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Thu, 15 Dec 2022 11:16:56 +0100 Subject: monfront - add basic interface to create some entities --- cmd/monfront/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/monfront/main.go') diff --git a/cmd/monfront/main.go b/cmd/monfront/main.go index 63c1b9a..a318e75 100644 --- a/cmd/monfront/main.go +++ b/cmd/monfront/main.go @@ -170,6 +170,7 @@ func main() { s := newServer(l, db, tmpl, auth, autho) s.Handle("/", showChecks) + s.Handle("/create", showCreate) s.Handle("/check", showCheck) s.Handle("/checks", showChecks) s.Handle("/groups", showGroups) -- cgit v1.2.3-70-g09d2