Skip to content

Commit a91fc38

Browse files
committed
Update launchSettings.json
Fix app url causing 404
1 parent 93cb92e commit a91fc38

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

5-WebApp-AuthZ/5-1-Roles/Properties/launchSettings.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
"windowsAuthentication": false,
44
"anonymousAuthentication": true,
55
"iisExpress": {
6-
"applicationUrl": "http://localhost:3110/",
6+
"applicationUrl": "https://localhost:44321/",
77
"sslPort": 44321
88
}
99
},
1010
"profiles": {
1111
"webApp": {
12-
"commandName": "Project",
13-
"launchBrowser": true,
14-
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Development"
16-
},
17-
"applicationUrl": "https://localhost:44321;http://localhost:3110"
12+
"commandName": "Project",
13+
"launchBrowser": true,
14+
"environmentVariables": {
15+
"ASPNETCORE_ENVIRONMENT": "Development"
16+
},
17+
"applicationUrl": "https://localhost:44321;http://localhost:3110"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)