@ -75,3 +75,5 @@ mongod
*.ntvs*
*.njsproj
*.sln
.history
@ -748,7 +748,12 @@ class Xsql {
}
tableObj["routes"] = routes;
var procList = this.getProcList()
for (var j = 0; j < procList.length; j++) {
routes.push(this.prepareRoute(internal, 'post', apiPrefix, '_proc/' + procList[j]))
tableObj['routes'] = routes;
schemaRoutes.push(tableObj);