I want to create a file name ask.js in the backend of next js but it is not accessible (not found 404) until I renamed it to route js
Then for each controller I have to create a seperate folder and route.js file ??
What is the folder structure which should be followed to set up next.js backend.