Skip to content

Commit

Permalink
add endpoints to responder-handler
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSp1der committed Jul 1, 2024
1 parent 704b9da commit 97a4b15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers/get_binding.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ func (h APIHandler) GetBinding(w http.ResponseWriter, req *http.Request) {
VolumeMounts: binding.VolumeMounts,
},
Parameters: binding.Parameters,
Endpoints: binding.Endpoints,
})
}

0 comments on commit 97a4b15

Please sign in to comment.