fix bug
This commit is contained in:
parent
0aac4b39f3
commit
df72b696da
@ -243,7 +243,7 @@ func renderServiceRoutes(service spec.Service, groups []spec.Group, paths swagge
|
|||||||
case http.MethodPut:
|
case http.MethodPut:
|
||||||
pathItemObject.Put = operationObject
|
pathItemObject.Put = operationObject
|
||||||
case http.MethodPatch:
|
case http.MethodPatch:
|
||||||
pathItemObject.Put = operationObject
|
pathItemObject.Patch = operationObject
|
||||||
}
|
}
|
||||||
|
|
||||||
paths[path] = pathItemObject
|
paths[path] = pathItemObject
|
||||||
|
Loading…
x
Reference in New Issue
Block a user