37
Chapter 37
API Routes
Next.js has support for API Routes, which let you easily create an API endpoint as a Node.js serverless function. Although it’s not necessary for our blog app, we’ll briefly talk about how to use it in this lesson.
What You’ll Learn in This Lesson
In this lesson, you’ll learn:
- How to create an API Route.
- Some useful information on API Routes.
Was this helpful?