Why do I need to use route.js inside a folder for API routes instead of just users.js? Sanchit Bishwakarma The reason I created src/app/api/users/route.js instead of users.js is because of the way Next.js App Directory works with API routes. ... Read More