You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(core): rebuild root middleware to consume providers
Updates `routes/_middleware.dart` to reflect the new dependency injection architecture. The middleware now consumes the `Uuid` provider from the context to generate a request ID.
The chain is simplified to apply only the essential global middleware: request ID generation, request logging, and error handling.
0 commit comments