test expose style
This commit is contained in:
parent
8f09e50172
commit
c9fd7baf9d
5 changed files with 25 additions and 13 deletions
|
|
@ -30,7 +30,7 @@ func (tr *ToppingRouter) Route(r chi.Router) {
|
|||
// check incoming request
|
||||
fmt.Println("topping router", r.Routes())
|
||||
|
||||
r.Route("/toppings", func(r chi.Router) {
|
||||
r.Route("/toppover", func(r chi.Router) {
|
||||
|
||||
r.Get("/groups", tr.GetToppingGroups)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue