fix mistake

This commit is contained in:
kandrusyak
2023-08-08 22:59:28 +03:00
parent c5df48f0fb
commit 5be30ff30f

View File

@@ -27,7 +27,7 @@ func New() *Config {
},
MSHosts: MSHosts{
UsersHost: getEnv("ASTRA-USERS", "http://localhost:8083"),
PersonsHost: getEnv("ASTRA-PESONAL-INFORMATION", "http://localhost:8082"),
PersonsHost: getEnv("ASTRA-PERSONAL-INFORMATION", "http://localhost:8082"),
},
}
}