request error
Unanswered
faizan_developer posted this in #help-forum
hi i am using next 13 v 13.5 with src directory and app router now i have created my api folder like src/app/api/route.js and when i call for test in post man like localhost:3000/api/route its respond back not found why ? i can't understand please help me
1 Reply
You would use that url by going to just /api because route handlers don't work like pages dir (you can read docs for more understanding)