Skip to content

Commit b9127a0

Browse files
Update appsettings.json (#449)
it works with HTTPS, I think its missing.
1 parent b07a9e0 commit b9127a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 4-WebApp-your-API/4-1-MyOrg/TodoListService/appsettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Kestrel": {
1010
"Endpoints": {
1111
"Http": {
12-
"Url": "http://localhost:44351"
12+
"Url": "https://localhost:44351"
1313
}
1414
}
1515
},

0 commit comments

Comments
 (0)