change /kitty to /meow

This commit is contained in:
Ryan Cavicchioni 2025-03-12 17:18:41 -05:00
parent 64941e86f0
commit 9c8371e067
Signed by: ryanc
SSH Key Fingerprint: SHA256:FEbwJ3JyWHwYNAM8BqctZ/LmHHg1bzfi/huOj7FxlXU

1
app.rb
View File

@ -500,6 +500,7 @@ get "/bytes/:size" do
end end
get "/kitty" do get "/kitty" do
get "/meow" do
caas_host = ENV.fetch "CAAS_SERVICE_HOST", nil caas_host = ENV.fetch "CAAS_SERVICE_HOST", nil
caas_port = ENV.fetch "CAAS_SERVICE_PORT", nil caas_port = ENV.fetch "CAAS_SERVICE_PORT", nil
url = "http://#{caas_host}:#{caas_port}/" url = "http://#{caas_host}:#{caas_port}/"