🚧 Adjust port

This commit is contained in:
Andreas Dinauer 2026-03-15 14:55:01 +01:00
parent d960fc7d70
commit 4e309ef374

View File

@ -9,7 +9,7 @@ import org.eclipse.microprofile.rest.client.inject.RegisterRestClient;
import java.util.List;
import java.util.Map;
@Path("/realms/maven/accounts")
@Path("/accounts")
@OidcClientFilter
@RegisterRestClient(configKey = "idp")
public interface UserClient