Merge branch 'release/1.2.1' into production
This commit is contained in:
commit
71a2a0473b
|
@ -88,10 +88,7 @@ var routeHelper = module.exports = {
|
|||
if (firstReturn.type === 'object') {
|
||||
firstReturn.type = classDef.name;
|
||||
} else if (firstReturn.type === 'array') {
|
||||
firstReturn.type = 'array';
|
||||
firstReturn.items = {
|
||||
'$ref': classDef.name
|
||||
};
|
||||
firstReturn.type = [classDef.name];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-explorer",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"description": "Browse and test your LoopBack app's APIs",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue