Skip to content

Commit 8e1dbf7

Browse files
authored
- fixes default endpoint to beta
1 parent 7d2b929 commit 8e1dbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/graph/requests/extensions/BaseGraphServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ public class BaseGraphServiceClient extends BaseClient implements IBaseGraphServ
364364
/**
365365
* The default endpoint for the Microsoft Graph Service
366366
*/
367-
public static final String DEFAULT_GRAPH_ENDPOINT = "https://graph.microsoft.com/v1.0";
367+
public static final String DEFAULT_GRAPH_ENDPOINT = "https://graph.microsoft.com/beta";
368368

369369
/**
370370
* The current endpoint

0 commit comments

Comments
 (0)