I build application api in next js where i have file structure like api/user/[id]/cars/route.jsx
whenver i hit api/user/someid/cars it will give me permenent redirect message status 308
can anybody please give me solution for this
I build application api in next js where i have file structure like api/user/[id]/cars/route.jsx
whenver i hit api/user/someid/cars it will give me permenent redirect message status 308
can anybody please give me solution for this