Merge branch 'main' of https://github.com/HeyPuter/puter into main

This commit is contained in:
Nariman Jelveh 2024-08-21 20:19:34 -07:00
commit dadaf5e8b1

View File

@ -73,7 +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, driver: body.driver ?? body.service,
method: body.method, method: body.method,
format: body.format, format: body.format,
args: body.args, args: body.args,