mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-08 11:20:26 +08:00
修复一个拼写错误:默认安装的节点从https改成http
This commit is contained in:
@@ -134,7 +134,7 @@ func (this *Setup) Run() error {
|
|||||||
httpConfig.IsOn = true
|
httpConfig.IsOn = true
|
||||||
httpConfig.Listen = []*serverconfigs.NetworkAddressConfig{
|
httpConfig.Listen = []*serverconfigs.NetworkAddressConfig{
|
||||||
{
|
{
|
||||||
Protocol: "https",
|
Protocol: "http",
|
||||||
PortRange: strconv.Itoa(this.config.APINodePort),
|
PortRange: strconv.Itoa(this.config.APINodePort),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user