1
0

Added /mindflow/admin endpoint in main.

This commit is contained in:
Alexander Andreev 2023-05-10 03:17:11 +04:00
parent 7a19e20c87
commit 14e25fe088
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -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)