Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Oct 2, 2023
1 parent 5e0b9e5 commit 92b4a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/metal-api/internal/service/machine-service.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func (r *machineResource) webService() *restful.WebService {
DefaultReturns("Error", httperrors.HTTPErrorResponse{}))

ws.Route(ws.GET("/issues").
To(viewer(r.issues)).
To(viewer(r.listIssues)).
Operation("listIssues").
Doc("returns the list of issues that exist in the API").
Metadata(restfulspec.KeyOpenAPITags, tags).
Expand Down

0 comments on commit 92b4a4f

Please sign in to comment.