Skip to content

Commit

Permalink
回復起始頁面
Browse files Browse the repository at this point in the history
  • Loading branch information
Bean90638 committed May 30, 2024
1 parent a9953a8 commit 4fd0ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dotnetRunMessages": true,
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://localhost:5184/GamingPage",
"applicationUrl": "http://localhost:5184/dev-page",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand All @@ -22,7 +22,7 @@
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:7047;http://localhost:5184",
"launchUrl": "https://localhost:7047/GamingPage",
"launchUrl": "https://localhost:7047/dev-page",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down

0 comments on commit 4fd0ec1

Please sign in to comment.