Per-Path Middleware for actions/operations
I'd like to configure middleware for a set of actions + ops re these docs https://wasp.sh/docs/advanced/middleware-config#3-customize-per-path-middleware
But it looks like a simple URL prefix check which seems to only apply on
But it looks like a simple URL prefix check which seems to only apply on
apis in wasp, not ops or actions.Wasp comes with a minimal set of useful Express middleware in every application. While this is good for most users, we realize some may wish to add, modify, or remove some of these choices both globally, or on a per-api/path basis.
