mirror of
https://github.com/openfaas/faas.git
synced 2025-06-16 21:06:54 +00:00
**What** - When determining the service name of the function, remove any trailing slashes, the slashes are not allowed in service names for either Swarm or K8S, so this can only be a left over from the url path **Why** - This was preventing service resolution, and hence failed functions, when the function was called with a trailing slash Fixes #714 Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>