Update spring-cloud-kubernetes-discoveryserver.adoc (#1039)

This commit is contained in:
Haewon Shin
2022-06-21 23:41:08 +09:00
committed by GitHub
parent 28c7f3be62
commit 09a2f9aa21

View File

@@ -69,10 +69,10 @@ the name of the Kubernetes service and service instance information. Below is a
----
====
#### `/app/{name}`
#### `/apps/{name}`
A `GET` request to `/app/{name}` can be used to get instance data for all instances of a given
service. Below is a sample response when a `GET` request is made to `/app/kubernetes`.
A `GET` request to `/apps/{name}` can be used to get instance data for all instances of a given
service. Below is a sample response when a `GET` request is made to `/apps/kubernetes`.
====
[source,json]