How to name route file *not* index.get.ts, etc
Is there a way to still use the folder-based api routes, but not name files
index
? I'm really used to navigating projects by just searching the files, not using the file tree.
I see that I could do posts.get.ts
, but having folders like /posts/
is nice too for related helper functions, etc0 Replies