next-api-decorators icon indicating copy to clipboard operation
next-api-decorators copied to clipboard

Not working on NextJS app router

Open thienthanit04 opened this issue 1 year ago • 4 comments

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.

thienthanit04 avatar Jun 24 '23 06:06 thienthanit04