I was wondering if I can see the code of ".js files" under "api folder" of NextJS with browsers.
I read the post Next.js API is back-end? then, one of the answers says:
The back-end or server-side of Next.js is with the api folder.
So, according to the answer above, it seems like api folder is for backend which means it's hidden from users or clients so I cannot see the code of ".js files" under "api folder" of NextJS with browsers.
But the documentation of NextJS about API Routes doesn't explicitly say "api folder is for backend" so is api folder really and exactly for backend which is hidden from users or clients? so I cannot see the code of ".js files" under "api folder" of NextJS with browsers?