Skip to content

Commit

Permalink
fix azdevops
Browse files Browse the repository at this point in the history
  • Loading branch information
sumansaurabh committed Feb 22, 2024
1 parent 30a312e commit 9fedf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure_devops.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def initiate_documentation_generation(


async def check_documentation_generation_status(headers, data):
url = f"{base_url}/api/app/azDevops/generate/documentation/status"
url = f"{base_url}/api/app/azDevops/status/documentation"
count = 0
while count < 360:
response = requests.post(url, headers=headers, json=data, timeout=600)
Expand Down

0 comments on commit 9fedf19

Please sign in to comment.