From 70e6c1395deec853030801dc930d4c5a1ad29d0c Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Tue, 18 Aug 2020 16:42:17 +0800 Subject: [PATCH] FIX readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b450313b0..ca1648df4 100644 --- a/README.md +++ b/README.md @@ -2450,7 +2450,7 @@ https://localhost:3000/api/users/devops.json | jq #### 初始化DevOps流程 ``` -POST /api/dev_ops/cloud_accounts +POST /api/ci/cloud_accounts ``` *示例* @@ -2460,7 +2460,7 @@ curl -X POST \ -d "secret=xxx" \ -d "ip_num=xx.xx.xx.xx" \ -d "project_id=5988" \ -https://localhost:3000/api/dev_ops/cloud_accounts.json | jq +https://localhost:3000/api/ci/cloud_accounts.json | jq ``` *请求参数说明:* @@ -2528,7 +2528,6 @@ POST /api/dev_ops/cloud_accounts/:id/activate *示例* ``` curl -X POST \ --d "id=1" \ -d "project_id=4844" \ -d "drone_token=xxxxxxxxxx" \ http://localhost:3000/api/dev_ops/cloud_accounts/1/activate.json | jq