cloudwan / gohan

Gohan is an API Gateway Server written by Go that makes it easy for developers to create and maintain REST-style API
http://www.slideshare.net/natiueno/gohan-61170476
Other
109 stars 44 forks source link

OpenAPI template fix: PUT/POST response follows 'read' policy #741

Closed morrisson closed 5 years ago

morrisson commented 5 years ago

'read' policy is applied in this line https://github.com/cloudwan/gohan/blob/master/server/resources/resource_management.go#L189

morrisson commented 5 years ago

Will merge it because it's obvious fix.