mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 12:37:25 +00:00
Features : adding findOne api v0.2.0
This commit is contained in:
@@ -457,6 +457,7 @@ class Xsql {
|
||||
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, 'get', apiPrefix, tableName + '/findOne', 'findOne'))
|
||||
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