todo comment
This commit is contained in:
parent
2ab9d5e31c
commit
ed26fec394
|
@ -63,6 +63,7 @@ exports.find = async function (ctx) {
|
|||
ctx.body = await database.get(ctx.params.datasourceId)
|
||||
}
|
||||
|
||||
// TODO: merge endpoint with main datasource endpoint
|
||||
exports.plus = async function (ctx) {
|
||||
const db = new CouchDB(ctx.appId)
|
||||
|
||||
|
|
Loading…
Reference in New Issue