Publishoz

This commit is contained in:
2025-04-10 08:46:41 +02:00
parent 02cef1bf23
commit 621d61e08e
6 changed files with 46 additions and 2 deletions
+8 -1
View File
@@ -28,5 +28,12 @@
}
]
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:8670"
}
}
}
}