Skip to content

Commit

Permalink
fix: add 'methods' to routeConfigs in customDomains doc
Browse files Browse the repository at this point in the history
add more info
  • Loading branch information
starink committed Oct 24, 2023
1 parent af36f4e commit 592a50b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/zh/yaml/customDomains.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ customDomains:
| functionName | False | String | 函数名 |
| qualifier | False | String | 服务的版本 |
| rewriteConfig | False | [Struct](#rewriteConfig) | URI 重写配置 |
| methods | False | List\<String> | 请求方法。默认只支持GET、PUT、POST、DELETE。枚举值:HEAD、DELETE、POST、GET、OPTIONS、PUT、PATCH |

#### rewriteConfig

Expand Down

0 comments on commit 592a50b

Please sign in to comment.