|
47 | 47 | name: default |
48 | 48 | method: post |
49 | 49 | {% if settings.BK_PLUGIN_APIGW_BACKEND_SUB_PATH %} |
50 | | - path: /{env.api_sub_path}bk_plugin/callback/{token}/ |
| 50 | + path: {env.api_sub_path}/bk_plugin/callback/{token}/ |
51 | 51 | {% else %} |
52 | 52 | path: /bk_plugin/callback/{token}/ |
53 | 53 | {% endif %} |
@@ -105,7 +105,7 @@ paths: |
105 | 105 | name: default |
106 | 106 | method: post |
107 | 107 | {% if settings.BK_PLUGIN_APIGW_BACKEND_SUB_PATH %} |
108 | | - path: /{env.api_sub_path}bk_plugin/invoke/{version} |
| 108 | + path: {env.api_sub_path}/bk_plugin/invoke/{version} |
109 | 109 | {% else %} |
110 | 110 | path: /bk_plugin/invoke/{version} |
111 | 111 | {% endif %} |
@@ -140,7 +140,7 @@ paths: |
140 | 140 | name: default |
141 | 141 | method: any |
142 | 142 | {% if settings.BK_PLUGIN_APIGW_BACKEND_SUB_PATH %} |
143 | | - path: /{env.api_sub_path}bk_plugin/plugin_api/ |
| 143 | + path: {env.api_sub_path}/bk_plugin/plugin_api/ |
144 | 144 | {% else %} |
145 | 145 | path: /bk_plugin/plugin_api/ |
146 | 146 | {% endif %} |
@@ -173,7 +173,7 @@ paths: |
173 | 173 | name: default |
174 | 174 | method: any |
175 | 175 | {% if settings.BK_PLUGIN_APIGW_BACKEND_SUB_PATH %} |
176 | | - path: /{env.api_sub_path}bk_plugin/openapi/ |
| 176 | + path: {env.api_sub_path}/bk_plugin/openapi/ |
177 | 177 | {% else %} |
178 | 178 | path: /bk_plugin/openapi/ |
179 | 179 | {% endif %} |
@@ -221,7 +221,7 @@ paths: |
221 | 221 | name: default |
222 | 222 | method: post |
223 | 223 | {% if settings.BK_PLUGIN_APIGW_BACKEND_SUB_PATH %} |
224 | | - path: /{env.api_sub_path}bk_plugin/plugin_api_dispatch/ |
| 224 | + path: {env.api_sub_path}/bk_plugin/plugin_api_dispatch/ |
225 | 225 | {% else %} |
226 | 226 | path: /bk_plugin/plugin_api_dispatch/ |
227 | 227 | {% endif %} |
|
0 commit comments