script_engine/wwwroot/api/script_execute.dspy

5 lines
199 B
Plaintext

# script_execute.dspy - execute script by id or content+script_type
debug('script_execute.dspy: START params_kw=%s' % dict(params_kw))
result = await execute_script(request, params_kw)
return result