Skip to content

Commit

Permalink
fixing deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Feb 24, 2024
1 parent 5f705e9 commit d3a3eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Server/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"AllowedHosts": "*",
"Kestrel": {
"EndPoints": {
"Https": {
"Url": "https://localhost:12000"
"Http": {
"Url": "http://localhost:12000"
}
}
},
Expand Down

0 comments on commit d3a3eab

Please sign in to comment.