In azure functions we create the function route / name, but it Always preceded by /api
on the documentation we read:
Note that you did not include the /api base path prefix in the route template, as this is handled by a global setting.
But, How to change this base "/api" path ?