mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:48:33 +00:00
Procs are in GET /
This commit is contained in:
committed by
Jeremy Nagel
parent
bfb9440ac6
commit
ba7edff654
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user