By default, functions deployed to OpenFaaS are available at one of the following endpoints:
http://$IP:8080/function/[function_name]
http://$IP:8080/async-function/[function_name]
How can I create an endpoint like the following?
http://[my_domain]/api/v1/[function_name]