forked from loafle/openapi-generator-original
fix HTML-escaped description on nodejs json files
This commit is contained in:
@@ -96,7 +96,7 @@ exports.updatePetWithForm = function(petId, name, status) {
|
||||
|
||||
|
||||
}
|
||||
exports.deletePet = function(apiKey, petId) {
|
||||
exports.deletePet = function(petId, apiKey) {
|
||||
|
||||
var examples = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user