i was creating crud application facing issue while testing it i have written all the controller on the server/routes/{controllers} have couple of doubts before procceding .
1. what is the default route after {http://localhost:3000/api/] to test via POSTMAN ? does need changes in default port ? 2.by default there where no middleware [ in the folder structed ]? where to create middleware is my choice right 3.is there any default example route which calles one of the trpc route ?