mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +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 () => {
|
||||
return await svc_driver.call({
|
||||
iface: interface_name,
|
||||
driver: body.driver,
|
||||
method: body.method,
|
||||
format: body.format,
|
||||
args: body.args,
|
||||
|
Loading…
Reference in New Issue
Block a user