ソースを参照

Merge branch 'feature/tmr-group' of baishaojie/tmrgo into develop

xuyiping 1 年間 前
コミット
6f024f93a7
1 ファイル変更1 行追加1 行削除
  1. 1 1
      conf/setting/setting.go

+ 1 - 1
conf/setting/setting.go

@@ -110,7 +110,7 @@ func Setup() {
 	} else {
 		CurrentPath = workDir
 	}
-	CurrentPath = "./"
+
 	appEnv = strings.ToLower(os.Getenv("APP_ENVIRONMENT"))
 	switch appEnv {
 	case "test":