Added /mindflow/admin endpoint in main.
This commit is contained in:
parent
7a19e20c87
commit
14e25fe088
@ -68,6 +68,7 @@ func main() {
|
||||
srv.GET("/stuff", hand.Stuff)
|
||||
srv.GET("/stuff/article/*filepath", hand.Article)
|
||||
srv.GET("/mindflow", hand.Mindflow)
|
||||
srv.GET("/mindflow/admin", hand.MindflowAdmin)
|
||||
srv.GET("/about", hand.About)
|
||||
srv.GET("/guestbook", hand.Guestbook)
|
||||
srv.GET("/guestbook/admin", hand.GuestbookAdmin)
|
||||
|
Loading…
Reference in New Issue
Block a user