summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-27 18:01:59 -0600
committermo khan <mo@mokhan.ca>2025-06-27 18:01:59 -0600
commitf86aa3653c5b88586aa51e218865e62b030c045b (patch)
treebac3ba029de712fed042fc164ca683935bb2a80e /Makefile
parent9d950395315cef169fcb5e99d7109ea34af5b542 (diff)
refactor: remove the reflection service
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index decb9a05..a134ae64 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,3 @@ run-image: build-image
# gRPC testing targets
health-check:
@grpcurl -plaintext localhost:50051 grpc.health.v1.Health/Check
-
-list-services:
- @grpcurl -plaintext localhost:50051 list