mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 23:46:53 +00:00
Feature : Distinct API, npm v0.3.3
This commit is contained in:
@@ -527,6 +527,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 + '/distinct', 'distinct'))
|
||||
routes.push(this.prepareRoute(internal, 'get', apiPrefix, tableName + '/ugroupby', 'ugroupby'))
|
||||
routes.push(this.prepareRoute(internal, 'get', apiPrefix, tableName + '/chart', 'chart'))
|
||||
routes.push(this.prepareRoute(internal, 'get', apiPrefix, tableName + '/aggregate', 'aggregate'))
|
||||
|
||||
Reference in New Issue
Block a user