add cmd/open_im_api

This commit is contained in:
xmcy0011
2021-10-11 21:36:28 +08:00
parent c956add8b0
commit 9367ad901d
35 changed files with 20 additions and 20 deletions

View File

@@ -146,7 +146,7 @@ type config struct {
}
func init() {
bytes, err := ioutil.ReadFile("../config/config.yaml")
bytes, err := ioutil.ReadFile("config/config.yaml")
if err != nil {
panic(err)
return