修复appsettings.json中监听端口配置

This commit is contained in:
falcon 2020-04-26 08:26:24 +08:00
parent 1677a43d64
commit 4b64f4137f

View File

@ -19,5 +19,5 @@
"UserTicketDecryptorOption": {
"Key": "abcd"
},
"urls": "http://*:9000,https://*:9001"
"urls": "http://*:9000;https://*:9001"
}