Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit cb0a6f18 authored by Marco Amoia's avatar Marco Amoia
Browse files

Fix startup participant mode

Changelog: fixed
parent 351f2a6c
No related branches found
No related tags found
2 merge requests!69Update version to 1.2.0,!62Fix startup participant mode
Pipeline #249793 passed
PROJECT_VERSION_NUMBER="1.0.0"
\ No newline at end of file
PROJECT_VERSION_NUMBER="1.0.1"
\ No newline at end of file
......@@ -10,7 +10,6 @@
</parent>
<artifactId>tls-gateway</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>tls-gateway</name>
......
......@@ -19,6 +19,6 @@ public class ParticipantPublicKeyProducer extends AbstractPublicKeyProducer {
@Override
protected String getAuthorityPublicKeyBaseUrl() {
return "%s/public/user-api".formatted(clientProperties.authorityUrl());
return "%s/user-api".formatted(clientProperties.authorityUrl());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment