Skip to content

Commit 277b9c5

Browse files
Fixed incorrect endpoint URL
1 parent 50c3365 commit 277b9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PersonalAccessTokenAPIAppSample/app_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# in the app's registration in the Azure portal.
2323

2424

25-
ENDPOINT = 'https://dev.azure.com/Enter_the_Collection_Name_Here/_apis/Tokens/Pats?api-version=6.1-preview'
25+
ENDPOINT = 'https://vssps.dev.azure.com/Enter_the_Collection_Name_Here/_apis/Tokens/Pats?api-version=6.1-preview'
2626
# fill in the url to the user's ADO collection name here
2727

2828
SCOPE = ["499b84ac-1321-427f-aa17-267ca6975798/.default"]

0 commit comments

Comments
 (0)