Fix "Description in the doc is wrong"(#318) (#319)

This commit is contained in:
Alex
2023-10-12 17:09:38 +08:00
committed by GitHub
parent 022d29faa1
commit 282b7ad7f5
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ only to the instances of the service named `testApp`.
Configuration is currently read on startup of the application. Sending a HTTP `POST`
request to `/refresh` causes the configuration to be reloaded. Watching the configuration
namespace (which Zookeeper supports) is not currently implemented.
namespace (which Zookeeper supports) is also available.
[[activating]]
== Activating

View File

@@ -38,7 +38,7 @@ instance status actuator endpoint, as shown in the following example:
[source,sh,indent=0]
----
$ http POST http://localhost:8081/service-registry status=OUT_OF_SERVICE
$ http POST http://localhost:8081/serviceregistry status=OUT_OF_SERVICE
----
NOTE: The preceding example uses the `http` command from https://httpie.org.