mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
Rename to authState, useProxy, delete EnableDocs.
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user