mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
Update docs/zh/developer/develop/package/manifest.md
Co-authored-by: Meow33 <supermonkey03@163.com>
This commit is contained in:
parent
6facfd93ee
commit
e69364d329
1 changed files with 1 additions and 1 deletions
|
|
@ -893,7 +893,7 @@ provider:
|
|||
- name: bazarr
|
||||
entrance: bazarr-svc # 该服务的入口名称
|
||||
paths: ["/api*"] # 开放的接口路径,不能只包含通配符 *
|
||||
verbs: ["*"] # 支持post,get,put,delete,patch,"*"允许所有方法
|
||||
verbs: ["*"] # 支持post,get,put,delete,patch;"*"表示允许所有方法
|
||||
|
||||
```
|
||||
:::
|
||||
|
|
|
|||
Loading…
Reference in a new issue