forked from loafle/openapi-generator-original
removed description
This commit is contained in:
@@ -19,7 +19,7 @@ exports.models = models = require("../models.js");
|
||||
{{#operation}}
|
||||
exports.{{nickname}} = {
|
||||
'spec': {
|
||||
"description" : "Operations about pets",
|
||||
"description" : "the {{baseName}} API",
|
||||
"path" : "{{path}}",
|
||||
"notes" : "{{{notes}}}",
|
||||
"summary" : "{{{summary}}}",
|
||||
|
||||
Reference in New Issue
Block a user