Rename to authState, useProxy, delete EnableDocs.

This commit is contained in:
Yang Luo
2021-05-09 11:55:43 +08:00
parent aa706019f2
commit 5a3abdbc95
4 changed files with 6 additions and 7 deletions

View File

@ -24,7 +24,7 @@ import (
var httpClient *http.Client
func InitHttpClient() {
useProxy, err := beego.AppConfig.Bool("UseProxy")
useProxy, err := beego.AppConfig.Bool("useProxy")
if err != nil {
panic(err)
}