forked from goffee/cup
Example elements: button, Hrefs, Dropdowns, Menus
This commit is contained in:
parent
8706aae5ee
commit
980689d496
5 changed files with 402 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue