Merge pull request #231 from believening/master

replace the service discovery api in the reademe
This commit is contained in:
paderlol
2022-01-19 14:24:31 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ Run the following command
* Service discovery * Service discovery
```powershell ```powershell
curl -X GET 'http://127.0.0.1:8848/nacos/v1/ns/instances?serviceName=nacos.naming.serviceName' curl -X GET 'http://127.0.0.1:8848/nacos/v1/ns/instance/list?serviceName=nacos.naming.serviceName'
``` ```
* Publish config * Publish config
+1 -1
View File
@@ -72,7 +72,7 @@
* 服务发现示例 * 服务发现示例
```powershell ```powershell
curl -X GET 'http://127.0.0.1:8848/nacos/v1/ns/instances?serviceName=nacos.naming.serviceName' curl -X GET 'http://127.0.0.1:8848/nacos/v1/ns/instance/list?serviceName=nacos.naming.serviceName'
``` ```
* 推送配置示例 * 推送配置示例