API routes with app router
Answered
Blue horntail woodwasp posted this in #help-forum
Blue horntail woodwaspOP
I just created a new project using the new app router and I was wondering how to make api routes using it
Answered by Tramp ant
API routes are now called route handlers: https://nextjs.org/docs/app/building-your-application/routing/route-handlers
2 Replies
Tramp ant
API routes are now called route handlers: https://nextjs.org/docs/app/building-your-application/routing/route-handlers
Answer
Blue horntail woodwaspOP
Ty