mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
fix: add missing driver parameter to /call endpoint
This commit is contained in:
parent
a225ee8d10
commit
4ec2d612a9
@ -73,6 +73,7 @@ module.exports = eggspress('/drivers/call', {
|
|||||||
const result = await context.arun(async () => {
|
const result = await context.arun(async () => {
|
||||||
return await svc_driver.call({
|
return await svc_driver.call({
|
||||||
iface: interface_name,
|
iface: interface_name,
|
||||||
|
driver: body.driver,
|
||||||
method: body.method,
|
method: body.method,
|
||||||
format: body.format,
|
format: body.format,
|
||||||
args: body.args,
|
args: body.args,
|
||||||
|
Loading…
Reference in New Issue
Block a user