fix: add missing driver parameter to /call endpoint

This commit is contained in:
KernelDeimos 2024-07-31 23:20:51 -04:00
parent a225ee8d10
commit 4ec2d612a9

View File

@ -73,6 +73,7 @@ module.exports = eggspress('/drivers/call', {
const result = await context.arun(async () => {
return await svc_driver.call({
iface: interface_name,
driver: body.driver,
method: body.method,
format: body.format,
args: body.args,