build(webapi): update publish artifacts and switch to port 5001

Adjust published appsettings.json to listen on http://localhost:5001 and refresh
static web assets + DLL after rebuild.
This commit is contained in:
2025-10-28 18:18:45 -04:00
parent 86500af544
commit a7d4f352b7
3 changed files with 6 additions and 2 deletions

View File

@@ -1 +1,5 @@
{"Version":1,"ManifestType":"Publish","Endpoints":[]} {
"Version": 1,
"ManifestType": "Publish",
"Endpoints": []
}

View File

@@ -26,7 +26,7 @@
"Kestrel": { "Kestrel": {
"Endpoints": { "Endpoints": {
"Http": { "Http": {
"Url": "http://localhost:5000" "Url": "http://localhost:5001"
} }
} }
} }