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 9415dd0 commit 99b5635Copy full SHA for 99b5635
JavascriptWebAppSample/index.html
@@ -70,7 +70,7 @@
70
document.getElementById('username').textContent = 'Not signed in.';
71
}
72
73
- // Make an AJAX request to the VSTS REST API and print the response as JSON.
+ // Make an AJAX request to the Azure DevOps REST API and print the response as JSON.
74
var getCurrentUserInfo = function (access_token) {
75
document.getElementById('api_response').textContent = 'Calling API...';
76
var xhr = new XMLHttpRequest();
0 commit comments