We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa265f9 commit cf7fa35Copy full SHA for cf7fa35
Templates/Java/requests_extensions/BaseClient.java.tt
@@ -12,7 +12,7 @@ import <#=host.CurrentModel.GetNamespace().AddPrefix()#>.core.BaseClient;
12
/**
13
* The default endpoint for the Microsoft Graph Service
14
*/
15
- public static final String DEFAULT_GRAPH_ENDPOINT = "https://graph.microsoft.com/v1.0";
+ public static final String DEFAULT_GRAPH_ENDPOINT = "<#=ConfigurationService.Settings.DefaultBaseEndpointUrl#>";
16
17
18
* The current endpoint
0 commit comments