Next.js ~API Routes~
With API Routes(or Route Handlers) of Next.js, you can build the API endpoint in the application directly without an extra server.
There are two ways: App Router and Pages Router. Each of them has a d
kkr-netxjs-blog.hashnode.dev1 min read