docs
docs copied to clipboard
Call Skip on middleware stack instead of on app
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.