This commit is contained in:
WJQSERVER 2024-10-11 11:59:15 +08:00
parent f71c95e381
commit 794ba22232

View file

@ -19,7 +19,7 @@ var (
cfg *config.Config cfg *config.Config
logw = logger.Logw logw = logger.Logw
router *gin.Engine router *gin.Engine
configfile = "/data/ghproxy/config/config.yaml" configfile = "/data/ghproxy/config/config.toml"
) )
func ReadFlag() { func ReadFlag() {