raymondcamden’s avatarraymondcamden’s Twitter Archive—№ 65,337

  1. Ok, so vercel does say you can use any filename, and the example url does *not* contain the filename. Just .../api?name=example, but that does not work. If your function is foo.js, you need to use ../api/foo?name=example.