class ZuoraConnect::StaticController

def health

def health
  render json: {
    message: "Alive",
    status: 200
  }, status: 200
end