mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 23:06:57 +00:00
feature addition: aggregate functions
This commit is contained in:
@@ -391,6 +391,7 @@ class Xsql {
|
||||
routes.push(this.prepareRoute(internal, 'get', apiPrefix, tableName + '/describe', 'describe'))
|
||||
routes.push(this.prepareRoute(internal, 'get', apiPrefix, tableName + '/count', 'count'))
|
||||
routes.push(this.prepareRoute(internal, 'get', apiPrefix, tableName + '/groupby', 'groupby'))
|
||||
routes.push(this.prepareRoute(internal, 'get', apiPrefix, tableName + '/aggregate', 'aggregate'))
|
||||
routes.push(this.prepareRoute(internal, 'post', apiPrefix, tableName, 'create'))
|
||||
routes.push(this.prepareRoute(internal, 'get', apiPrefix, tableName, 'list'))
|
||||
routes.push(this.prepareRoute(internal, 'get', apiPrefix, tableName + '/:id', 'read'))
|
||||
|
||||
Reference in New Issue
Block a user