修改端口至5003

This commit is contained in:
niyyzf 2024-07-25 17:21:06 +08:00
parent 5f93e377cb
commit 85899c277b
1 changed files with 8 additions and 1 deletions

View File

@ -5,5 +5,12 @@
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning"
} }
}, },
"AllowedHosts": "*" "AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5003"
}
}
}
} }