6 lines
101 B
Ruby
6 lines
101 B
Ruby
#\ -s Puma --host 0.0.0.0 -p 1337 -E production
|
|
|
|
require_relative 'lib/opendax/webhook'
|
|
|
|
run Webhook
|