summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 2eadfd9..352ed56 100644
--- a/main.go
+++ b/main.go
@@ -66,6 +66,7 @@ func main() {
authRouter.Mount("/", pages.Init())
authRouter.Mount("/recur", pages.Recur())
authRouter.Mount("/categories", pages.Categories())
+ authRouter.Mount("/cpw", pages.ChangePassword())
authRouter.NotFound(pages.NotFound())
log.Fatal(http.ListenAndServe(os.Getenv("GOSTEN_ADDRESS"), router))