Skip to content

Commit

Permalink
remove invalid openapi def
Browse files Browse the repository at this point in the history
  • Loading branch information
hxhxhx88 committed Jan 17, 2024
1 parent 3fed90d commit e01cda7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openapi/nutsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ func NewNutsh() *openapi3.T {
Responses: openapi3.Responses{
"200": builder.OK("GetOnlineSegmentationEmbeddingResp"),
"400": builder.BadRequest(),
"429": &openapi3.ResponseRef{Value: openapi3.NewResponse()},
},
},
},
Expand Down

0 comments on commit e01cda7

Please sign in to comment.