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