diff --git a/app.rb b/app.rb index 96da953..06133d7 100644 --- a/app.rb +++ b/app.rb @@ -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}/"