Explorar o código

fix: add missing driver parameter to /call endpoint

KernelDeimos hai 10 meses
pai
achega
b520783bf4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/backend/src/routers/drivers/call.js

+ 1 - 0
src/backend/src/routers/drivers/call.js

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