This commit is contained in:
shisupeng
2025-02-13 15:04:36 +08:00
parent ecb7b90d00
commit 9c3257b317
6 changed files with 13 additions and 14 deletions

View File

@@ -5,11 +5,11 @@
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
}
}
}
//"Kestrel": {
// "Endpoints": {
// "Http": {
// "Url": "http://*:5000"
// }
// }
//}
}