removed https config in kestrel.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-04 18:54:37 -07:00
parent 11ced33e3f
commit 578525fa8b

View File

@@ -9,9 +9,6 @@
"Endpoints": { "Endpoints": {
"http": { "http": {
"Url": "http://localhost:5000" "Url": "http://localhost:5000"
},
"https": {
"Url": "https://localhost:43000"
} }
} }
}, },