Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit edf96ef

Browse files
Updated samples to use port 3978 (#839)
1 parent 59a7ae7 commit edf96ef

File tree

49 files changed

+60
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+60
-45
lines changed

samples/02.echo-bot/README.md

Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
MicrosoftAppId=
22
MicrosoftAppPassword=
3+
server.port=3978

samples/02.echo-bot/src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
<div class="column" class="main-content-area">
400400
<div class="content-title">Your bot is ready!</div>
401401
<div class="main-text main-text-p1">You can test your bot in the Bot Framework Emulator<br />
402-
by connecting to http://localhost:8080/api/messages.</div>
402+
by connecting to http://localhost:3978/api/messages.</div>
403403
<div class="main-text download-the-emulator"><a class="ctaLink" href="https://aka.ms/bot-framework-F5-download-emulator"
404404
target="_blank">Download the Emulator</a></div>
405405
<div class="main-text">Visit <a class="ctaLink" href="https://aka.ms/bot-framework-F5-abs-home" target="_blank">Azure

samples/03.welcome-user/README.md

Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
MicrosoftAppId=
22
MicrosoftAppPassword=
3+
server.port=3978

samples/03.welcome-user/src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
<div class="column" class="main-content-area">
400400
<div class="content-title">Your bot is ready!</div>
401401
<div class="main-text main-text-p1">You can test your bot in the Bot Framework Emulator<br />
402-
by connecting to http://localhost:8080/api/messages.</div>
402+
by connecting to http://localhost:3978/api/messages.</div>
403403
<div class="main-text download-the-emulator"><a class="ctaLink" href="https://aka.ms/bot-framework-F5-download-emulator"
404404
target="_blank">Download the Emulator</a></div>
405405
<div class="main-text">Visit <a class="ctaLink" href="https://aka.ms/bot-framework-F5-abs-home" target="_blank">Azure

samples/08.suggested-actions/README.md

Lines changed: 1 addition & 1 deletion

samples/08.suggested-actions/bin/README.md

Lines changed: 1 addition & 1 deletion

samples/08.suggested-actions/bin/src/main/webapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
<div class="column" class="main-content-area">
400400
<div class="content-title">Your bot is ready!</div>
401401
<div class="main-text main-text-p1">You can test your bot in the Bot Framework Emulator<br />
402-
by connecting to http://localhost:8080/api/messages.</div>
402+
by connecting to http://localhost:3978/api/messages.</div>
403403
<div class="main-text download-the-emulator"><a class="ctaLink" href="https://aka.ms/bot-framework-F5-download-emulator"
404404
target="_blank">Download the Emulator</a></div>
405405
<div class="main-text">Visit <a class="ctaLink" href="https://aka.ms/bot-framework-F5-abs-home" target="_blank">Azure
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
MicrosoftAppId=
22
MicrosoftAppPassword=
3+
server.port=3978

0 commit comments

Comments
 (0)