Removed https from appsettings
All checks were successful
Build & Deploy / build (push) Successful in 17m49s
All checks were successful
Build & Deploy / build (push) Successful in 17m49s
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"Kestrel":{
|
"Kestrel":{
|
||||||
"Endpoints": {
|
"Endpoints": {
|
||||||
"http":{
|
"http":{
|
||||||
"Url": "https://0.0.0.0:5246"
|
"Url": "http://0.0.0.0:5246"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user