From 97a4b15393ffa3ae431be9e8b071fe731b07569b Mon Sep 17 00:00:00 2001 From: nhyatt Date: Mon, 1 Jul 2024 14:47:43 -0500 Subject: [PATCH] add endpoints to responder-handler --- handlers/get_binding.go | 1 + 1 file changed, 1 insertion(+) 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, }) }