Even after setting auth:true in api end point in main.wasp api end point is not secure.
I can still call my api simply from http://localhost:3000/api/custom-api-endpoint-with-parameters and it shows api response with data.
How to solve this and make it secure?
How to solve this and make it secure?