Skip to content

Commit cf7fa35

Browse files
committed
- makes endpoint url dynamic
1 parent fa265f9 commit cf7fa35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templates/Java/requests_extensions/BaseClient.java.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import <#=host.CurrentModel.GetNamespace().AddPrefix()#>.core.BaseClient;
1212
/**
1313
* The default endpoint for the Microsoft Graph Service
1414
*/
15-
public static final String DEFAULT_GRAPH_ENDPOINT = "https://graph.microsoft.com/v1.0";
15+
public static final String DEFAULT_GRAPH_ENDPOINT = "<#=ConfigurationService.Settings.DefaultBaseEndpointUrl#>";
1616

1717
/**
1818
* The current endpoint

0 commit comments

Comments
 (0)