mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 01:12:43 +00:00
update java samples
This commit is contained in:
@@ -64,7 +64,7 @@ public interface PetApi {
|
||||
@RequestMapping(
|
||||
method = RequestMethod.POST,
|
||||
value = "/pet",
|
||||
produces = "application/json",
|
||||
produces = "application/json,application/xml",
|
||||
consumes = "application/json"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user