@leemartin @Netlify You bet! Another benefit of netlify dev is that it supports the redirects api. So for convenience, I often make a nicer URL scheme for my functions by adding something like this to my netlify.toml:
[[redirects]]
from = "/api/*"
to = "/.netlify/functions/:splat
status = 200