1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

todo comment

This commit is contained in:
Martin McKeaveney 2021-06-03 17:58:17 +01:00
parent de4051da45
commit 00e3f06643

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)