Skip to content

Commit 89c3bd9

Browse files
committed
quick fix
1 parent cfb3c3f commit 89c3bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/invoke-openapi-web-app-from-azure-ai-agent-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To complete this tutorial, you need an Azure AI Agent project and a RESTful API
4646
```
4747

4848
1. Navigate to `http://localhost:5000/swagger` in a browser to try the Swagger UI.
49-
1. Navigate to `http://localhost:5000/api/todo` to see a list of ToDo JSON items.
49+
1. Navigate to `http://localhost:5000/api/todo` to see the to-do list.
5050
1. To stop the app, press `Ctrl+C` in the terminal window.
5151
1. To deploy the app to Azure App Service, run the following command.
5252

0 commit comments

Comments
 (0)