Skip to content

Commit d76c137

Browse files
committed
修改launchUrl
1 parent 1988bda commit d76c137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LineBotSample/Properties/launchSettings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"IIS Express": {
1313
"commandName": "IISExpress",
1414
"launchBrowser": true,
15-
"launchUrl": "weatherforecast",
15+
"launchUrl": "ChatBot/Test",
1616
"environmentVariables": {
1717
"ASPNETCORE_ENVIRONMENT": "Development"
1818
}
1919
},
2020
"LineBotSample": {
2121
"commandName": "Project",
2222
"launchBrowser": true,
23-
"launchUrl": "weatherforecast",
23+
"launchUrl": "ChatBot/Test",
2424
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2525
"environmentVariables": {
2626
"ASPNETCORE_ENVIRONMENT": "Development"

0 commit comments

Comments
 (0)