Skip to content

Commit

Permalink
Comment correction
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelewski committed Dec 20, 2024
1 parent aff64d9 commit b251291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quesma/v2/core/quesma_apis.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ type HTTPFrontendConnector interface {
// AddRouter adds a router to the HTTPFrontendConnector
AddRouter(router Router)
GetRouter() Router
// AddMiddleware adds a middleware to the HTTPFrontendConnector
// The middleware chain is executed in the order they are added
// and before the router is executed
// AddMiddleware adds a middleware to the HTTPFrontendConnector.
// The middleware chain is executed in the order it is added
// and before the router is executed.
AddMiddleware(middleware http.Handler)
}

Expand Down

0 comments on commit b251291

Please sign in to comment.