diff --git a/handlers/get_binding.go b/handlers/get_binding.go index cf55992c..1ccaf0b3 100644 --- a/handlers/get_binding.go +++ b/handlers/get_binding.go @@ -61,5 +61,6 @@ func (h APIHandler) GetBinding(w http.ResponseWriter, req *http.Request) { VolumeMounts: binding.VolumeMounts, }, Parameters: binding.Parameters, + Endpoints: binding.Endpoints, }) }