fix: (patch) meta endpoint config loader

This commit is contained in:
Mohamed Sohail 2022-06-04 13:27:41 +03:00
parent 5319359e88
commit 0fe78049f5
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ type config struct {
}
Syncers map[string]string `koanf:"syncers"`
Meta struct {
Endpoint string `koanf:"meta"`
Endpoint string `koanf:"endpoint"`
}
Jwt struct {
Secret string `koanf:"secret"`