Skip to content

Commit

Permalink
Update router.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Jul 23, 2024
1 parent 31e80e8 commit 0d34345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions router.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ type Router interface {

// Route is a struct that holds all metadata for each registered handler.
type Route struct {
// ### important: always keep in sync with the copy method "app.copyRoute" ###
group *Group // Group instance. used for routes in groups

path string // Prettified path
Expand Down

0 comments on commit 0d34345

Please sign in to comment.