This commit is contained in:
mwiegand 2021-11-17 18:03:36 +01:00
parent bbf1f031d0
commit 9e2382f337

View file

@ -12,6 +12,7 @@ post "/:strategy" do |env|
],
output: stdout,
)
puts stdout.to_s
stdout.to_s
end