Removed https from appsettings
All checks were successful
Build & Deploy / build (push) Successful in 17m49s

This commit is contained in:
2026-02-02 15:10:51 +01:00
parent 6b19189215
commit fbcf297b2f

View File

@@ -8,7 +8,7 @@
"Kestrel":{ "Kestrel":{
"Endpoints": { "Endpoints": {
"http":{ "http":{
"Url": "https://0.0.0.0:5246" "Url": "http://0.0.0.0:5246"
} }
} }
}, },