Skip to content

Commit

Permalink
URL for microsoft graph
Browse files Browse the repository at this point in the history
  • Loading branch information
tendestad committed Nov 25, 2024
1 parent d594e8b commit a5ea246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class MicrosoftGraphRestKlient {
}

@Inject
public MicrosoftGraphRestKlient(SystemUserOidcRestClient sysemuserRestClient, @KonfigVerdi(value = "microsoft_graph.url") URI endpoint) {
public MicrosoftGraphRestKlient(SystemUserOidcRestClient sysemuserRestClient, @KonfigVerdi(value = "microsoft_graph.url", defaultVerdi = "https://graph.microsoft.com/v1.0") URI endpoint) {
this.sysemuserRestClient = sysemuserRestClient;
this.endpoint = endpoint;
}
Expand Down

0 comments on commit a5ea246

Please sign in to comment.