mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
6 lines
116 B
Ruby
6 lines
116 B
Ruby
|
activate_control_app 'unix:///tmp/pumactl.sock', { no_token: true }
|
||
|
|
||
|
app do |env|
|
||
|
[200, {}, ["embedded app"]]
|
||
|
end
|