next-api-decorators
next-api-decorators copied to clipboard
Not working on NextJS app router
I'm using NextJS 13.3.4 for app router and trying to apply this package to my project. But I got this bellow exception.
- error Detected default export in '..../api/auth/verify-email/resent/route.ts'. Export a named export for each HTTP method instead.
- error No HTTP methods exported in '..../api/auth/verify-email/resent/route.ts'. Export a named export for each HTTP method.