-
…in reply to @rizbizkits
rizbizkits vercel I'm not talking about the dynamic path feature which lets you do /api/foo/(dynamic). What I mean is, I have 2 (or more) files in /api. Let's say func1.js and func2.js. The URLs end up: /api/func1 and /api/func2. That works, but ...