mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-30 17:50:00 -06:00
fix: add missing driver parameter to /call endpoint
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user