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') {
|
if (firstReturn.type === 'object') {
|
||||||
firstReturn.type = classDef.name;
|
firstReturn.type = classDef.name;
|
||||||
} else if (firstReturn.type === 'array') {
|
} else if (firstReturn.type === 'array') {
|
||||||
firstReturn.type = 'array';
|
firstReturn.type = [classDef.name];
|
||||||
firstReturn.items = {
|
|
||||||
'$ref': classDef.name
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-explorer",
|
"name": "loopback-explorer",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"description": "Browse and test your LoopBack app's APIs",
|
"description": "Browse and test your LoopBack app's APIs",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue