todo comment

This commit is contained in:
Martin McKeaveney 2021-06-03 17:58:17 +01:00
parent 2ab9d5e31c
commit ed26fec394
1 changed files with 1 additions and 0 deletions

View File

@ -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)