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

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

Fix startup participant mode

Changelog: fixed
(cherry picked from commit cb0a6f18)
parent 53eb6dbd
No related branches found
No related tags found
2 merge requests!68Release 1.1.0,!64Update pipeline version
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