Fixing an issue with data source saving.

This commit is contained in:
mike12345567 2021-10-27 16:35:53 +01:00
parent 2f2bf2f26c
commit 49d2796f8e
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ exports.update = async function (ctx) {
ctx.status = 200
ctx.message = "Datasource saved successfully."
ctx.body = datasource
ctx.body = { datasource }
}
exports.save = async function (ctx) {