NextJS API Routes
When you recieve a request in api route, you have to create right API.In NextJS, you deploy the `route.ts` file beneath the app/api foler.
GET /api/users
POST /api/users
GET /api/users/[id]
PUT /api/u
kkr-netxjs-blog.hashnode.dev2 min read