API Routes have been replaced by Route Handlers in Next.js 13.2. API Routes are still supported in the pages
directory with Next.js 13.2, but we recommend using Route Handlers instead with app
.
Learn more about API routes in the stable Next.js docs.