Skip to content

Commit 723bbc3

Browse files
authored
Fix local render URL
1 parent 677a645 commit 723bbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/tutorial-serverless-notification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ In this tutorial, you learn how to:
474474
func start
475475
```
476476
477-
And checking the running logs, you can visit your local host static page by visiting: `https://localhost:7071/api/index`.
477+
And checking the running logs, you can visit your local host static page by visiting: `http://localhost:7071/api/index`.
478478
479479
## Deploy Function App to Azure
480480

0 commit comments

Comments
 (0)