log kubernaut version number that is compatible with Puma

This commit is contained in:
2025-04-02 20:59:10 -05:00
parent 2285def168
commit 149b42825f

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"