forked from goffee/cup
add base queue system
This commit is contained in:
parent
d431963181
commit
d413d7def4
7 changed files with 141 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ func registerRoutes() {
|
|||
controller.Get("/themecontent", controllers.Themecontent)
|
||||
controller.Get("/themepanel", controllers.Themedemo)
|
||||
controller.Get("/themeelements", controllers.ThemeElements)
|
||||
controller.Get("/queuesample", controllers.Queuesample)
|
||||
|
||||
// Uncomment the lines below to enable authentication
|
||||
controller.Post("/signup", controllers.Signup)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue