1
0
Fork 0
forked from goffee/cup

Example elements: button, Hrefs, Dropdowns, Menus

This commit is contained in:
Diana 2024-10-12 13:19:25 -05:00
parent 8706aae5ee
commit 980689d496
5 changed files with 402 additions and 2 deletions

View file

@ -25,6 +25,7 @@ func registerRoutes() {
controller.Get("/themeform", controllers.Themeform)
controller.Get("/themecontent", controllers.Themecontent)
controller.Get("/themepanel", controllers.Themedemo)
controller.Get("/themeelements", controllers.ThemeElements)
// Uncomment the lines below to enable authentication
controller.Post("/signup", controllers.Signup)