APIErrorMiddleware
APIErrorMiddleware copied to clipboard
Vapor middleware for converting thrown errors to JSON responses
Results
1
APIErrorMiddleware issues
Sort by
recently updated
recently updated
newest added
Hello. first of all, I think docs are outdated, cause `APIErrorMiddleware` requires an `environment` variable. I tried to add the middleware: ```swift let auth = router.grouped("auth").group(APIErrorMiddleware(environment: Environment.development)) ``` but it...