This commit is contained in:
joy.zhou
2019-07-15 12:07:37 +08:00
parent cd4c1a5a3a
commit 333819b2f2
3 changed files with 3 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ type Config struct {
//Init init kafak client
func Init() {
content, err := ioutil.ReadFile("./plugins/authhttp/http.json")
content, err := ioutil.ReadFile("/plugins/authhttp/http.json")
if err != nil {
log.Fatal("Read config file error: ", zap.Error(err))
}