We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbaab69 commit 3e8543fCopy full SHA for 3e8543f
Supermarket/Properties/launchSettings.json
@@ -3,15 +3,15 @@
3
"windowsAuthentication": false,
4
"anonymousAuthentication": true,
5
"iisExpress": {
6
- "applicationUrl": "http://localhost:50383",
+ "applicationUrl": "http://localhost:5000",
7
"sslPort": 0
8
}
9
},
10
"$schema": "http://json.schemastore.org/launchsettings.json",
11
"profiles": {
12
"IIS Express": {
13
"commandName": "IISExpress",
14
- "launchBrowser": true,
+ "launchBrowser": false,
15
"launchUrl": "api/values",
16
"environmentVariables": {
17
"ASPNETCORE_ENVIRONMENT": "Development"
@@ -20,7 +20,6 @@
20
"Supermarket": {
21
"commandName": "Project",
22
"launchBrowser": true,
23
- "launchUrl": "api/values",
24
25
26
0 commit comments