Skip to content

Commit 6251aff

Browse files
authored
remove locale from URL
1 parent 810577e commit 6251aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/tutorial-v2-javascript-spa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ The `acquireTokenSilent` method handles token acquisition and renewal without an
443443
```
444444

445445
Where:
446-
- *\<Enter_the_Graph_Endpoint_Here>* is the instance of MS Graph API. For the global MS Graph API endpoint, simply replace this string with `https://graph.microsoft.com`. For national cloud deployments, please refer to [Graph API Documentation](https://docs.microsoft.com/en-us/graph/deployments).
446+
- *\<Enter_the_Graph_Endpoint_Here>* is the instance of MS Graph API. For the global MS Graph API endpoint, simply replace this string with `https://graph.microsoft.com`. For national cloud deployments, please refer to [Graph API Documentation](https://docs.microsoft.com/graph/deployments).
447447

448448
2. Next, create a .js file named `graph.js`, which will make a REST call to Microsoft Graph API, and add the following code:
449449

0 commit comments

Comments
 (0)