summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index ac295d5..e4102fa 100644
--- a/main.go
+++ b/main.go
@@ -94,6 +94,7 @@ func main() {
router.HandleFunc("/jobs", mkHttpHandler(jobs, tplJobs))
router.HandleFunc("/jobedit", mkHttpHandler(jobedit, tplJobedit))
router.HandleFunc("/jobedit/{ID}", mkHttpHandler(jobedit, tplJobedit))
+ router.HandleFunc("/settings", mkHttpHandler(settings, tplSettings))
http.Handle("/", router)