Skip to content

Commit cf10b3c

Browse files
committed
Update project to use HTTPS connection
1 parent 064ddbc commit cf10b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VueJsTsWebcamAspNetCoreSample/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"windowsAuthentication": false,
44
"anonymousAuthentication": true,
55
"iisExpress": {
6-
"applicationUrl": "http://localhost:8124/",
7-
"sslPort": 0
6+
"applicationUrl": "https://localhost:44329/",
7+
"sslPort": 44329
88
}
99
},
1010
"profiles": {

0 commit comments

Comments
 (0)