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 58d71c7..d8cec10 100644
--- a/main.go
+++ b/main.go
@@ -89,6 +89,7 @@ func main() {
router.HandleFunc("/delete-acc", mkHttpHandler(deleteask, tplReallyDelete))
router.HandleFunc("/pwreset", mkHttpHandler(pwreset, tplPwreset))
router.HandleFunc("/forgotpw", mkHttpHandler(forgotpw, tplForgotpw))
+ router.HandleFunc("/jobs", mkHttpHandler(jobs, tplJobs))
http.Handle("/", router)