wip
This commit is contained in:
parent
0664053a37
commit
68ef72a3fb
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ post "/:strategy" do |env|
|
||||||
Process.run(
|
Process.run(
|
||||||
"#{strategies_dir}/#{strategy}",
|
"#{strategies_dir}/#{strategy}",
|
||||||
[
|
[
|
||||||
params,
|
|
||||||
hook,
|
hook,
|
||||||
|
params,
|
||||||
],
|
],
|
||||||
output: output,
|
output: output,
|
||||||
error: output,
|
error: output,
|
||||||
|
|
Loading…
Reference in a new issue