docs icon indicating copy to clipboard operation
docs copied to clipboard

Call Skip on middleware stack instead of on app

Open moezzie opened this issue 5 years ago • 0 comments

The example about Skipping middleware in the important notice box seems to bee calling Skip() directly on the app instance instead of the MiddlewareStack. https://gobuffalo.io/en/docs/middleware#skipping-middleware

According to Godoc only the MiddlewareStack has a Skip() method.

moezzie avatar Jul 11 '20 21:07 moezzie