todo comment
This commit is contained in:
parent
de4051da45
commit
00e3f06643
|
@ -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