log kubernaut version number that is compatible with Puma

This commit is contained in:
Ryan Cavicchioni 2025-04-02 20:59:10 -05:00
parent 2285def168
commit 149b42825f
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

4
app.rb
View File

@ -236,9 +236,7 @@ end
enable :sessions
on_start do
puts "#{NAME} #{VERSION} staring, per aspera ad astra"
end
puts "#{NAME} #{VERSION} staring, per aspera ad astra"
configure do
mime_type :json, "application/json"