mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-15 09:10:24 +08:00
优化代码
This commit is contained in:
@@ -18,7 +18,7 @@ type HTTPLocation struct {
|
||||
WebId uint32 `field:"webId"` // Web配置ID
|
||||
ReverseProxy dbs.JSON `field:"reverseProxy"` // 反向代理
|
||||
UrlPrefix string `field:"urlPrefix"` // URL前缀
|
||||
IsBreak uint8 `field:"isBreak"` // 是否终止匹配
|
||||
IsBreak bool `field:"isBreak"` // 是否终止匹配
|
||||
Conds dbs.JSON `field:"conds"` // 匹配条件
|
||||
Domains dbs.JSON `field:"domains"` // 专属域名
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user