Skip to content

Commit 01362da

Browse files
authored
Merge pull request #11 from badcom/patch-1
Update base URL
2 parents b39c646 + 04ad07e commit 01362da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MsGraph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function tasks()
4545
* Set the base url that all API requests use
4646
* @var string
4747
*/
48-
protected static $baseUrl = 'https://graph.microsoft.com/beta/';
48+
protected static $baseUrl = 'https://graph.microsoft.com/v1.0/';
4949

5050
/**
5151
* __call catches all requests when no found method is requested

0 commit comments

Comments
 (0)