1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-17 12:52:54 +00:00

fix: endpoint gPas connection check

This commit is contained in:
Jakub Lidke
2025-07-09 18:00:06 +02:00
parent 0e48207e20
commit 357abe2b05

View File

@ -177,7 +177,7 @@ class GPasConnectionCheckService(
fun check() {
result = try {
val uri = UriComponentsBuilder.fromUriString(
gPasConfigProperties.uri?.replace("/\$pseudonymizeAllowCreate", "/metadata").toString()
gPasConfigProperties.uri?.replace("/\$\$pseudonymizeAllowCreate", "/metadata").toString()
).build().toUri()
val headers = HttpHeaders()