config path update

This commit is contained in:
away 2021-06-29 10:04:42 +08:00
parent 473c956b1b
commit 2c83e7980c

View File

@ -143,7 +143,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