set up better ux for using categories
This commit is contained in:
2
main.go
2
main.go
@@ -47,6 +47,8 @@ func main() {
|
||||
boxActions := routes.Boxes(html)
|
||||
boxItemActions := routes.BoxItems(html)
|
||||
|
||||
|
||||
|
||||
router.Handle("/items/edit", web.Action(itemActions.Edit))
|
||||
router.Handle("/items/delete", web.Action(itemActions.Delete))
|
||||
router.Handle("/items/save", web.Action(itemActions.Save))
|
||||
|
||||
Reference in New Issue
Block a user