From 7a5dc3a7e162ecb94e81a128985c8329d92fd11e Mon Sep 17 00:00:00 2001 From: Juliano Costa Date: Fri, 15 Mar 2024 09:37:43 +0100 Subject: [PATCH] remove reference of featureflag endpoint --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 0cf11d50d7..bf5c1f05da 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,6 @@ start: @echo "Go to http://localhost:8080/jaeger/ui for the Jaeger UI." @echo "Go to http://localhost:8080/grafana/ for the Grafana UI." @echo "Go to http://localhost:8080/loadgen/ for the Load Generator UI." - @echo "Go to http://localhost:8080/feature/ for the Feature Flag UI." .PHONY: start-minimal start-minimal: @@ -153,7 +152,6 @@ start-odd: @echo "Go to http://localhost:8080/jaeger/ui for the Jaeger UI." @echo "Go to http://localhost:8080/grafana/ for the Grafana UI." @echo "Go to http://localhost:8080/loadgen/ for the Load Generator UI." - @echo "Go to http://localhost:8080/feature/ for the Feature Flag UI." @echo "Go to http://localhost:11633/ for the Tracetest Web UI." .PHONY: stop