change /kitty to /meow

This commit is contained in:
2025-03-12 17:18:41 -05:00
parent 64941e86f0
commit 9c8371e067

1
app.rb
View File

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