diff --git a/cmd/dwelling-home/main.go b/cmd/dwelling-home/main.go index c17492d..0d421e3 100644 --- a/cmd/dwelling-home/main.go +++ b/cmd/dwelling-home/main.go @@ -61,6 +61,8 @@ func main() { srv.GET("/stuff/article/*filepath", hand.Article) srv.GET("/mindflow", hand.Mindflow) srv.GET("/about", hand.About) + srv.GET("/guestbook", hand.Guestbook) + srv.POST("/guestbook", hand.GuestbookPost) srv.GET("/robots.txt", hand.Robots) srv.GET("/rss.xml", hand.RSS)