mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-07-16 20:32:54 +00:00
fix: endpoint gPas connection check
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user