Skip to content

Commit

Permalink
Update app.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Sep 23, 2022
1 parent 92221f5 commit e26432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Expand Up @@ -638,7 +638,7 @@ func (app *App) GetRoute(name string) Route {
return Route{}
}

// GetRoutes Get all routes,when filterUse equal to true.it will filter the routes registered by the middleware.
// GetRoutes Get all routes, when filterUse equal to true. it will filter the routes registered by the middleware.
func (app *App) GetRoutes(filterUse bool) []Route {
var rs []Route
for _, routes := range app.stack {
Expand Down

0 comments on commit e26432a

Please sign in to comment.