From 5a0f85f273a68f53ec742d32c26e59b612f334b3 Mon Sep 17 00:00:00 2001 From: Juliano Costa Date: Fri, 15 Mar 2024 13:11:53 +0100 Subject: [PATCH] remove reference of featureflag endpoint (#1461) --- 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