修改appsetting.json

This commit is contained in:
2023-04-23 16:51:47 +08:00
parent 46fe08a147
commit e15a432926

View File

@@ -6,7 +6,7 @@
"Kestrel": { "Kestrel": {
"Endpoints": { "Endpoints": {
"Http": { "Http": {
"Url": "http://localhost:9231" "Url": "http://*:9231"
} }
} }
}, },