Skip to content

Commit

Permalink
idk wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Feb 18, 2024
1 parent c786817 commit 7f9f7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SU.LorePage/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"Kestrel": {
"EndPoints": {
"Https": {
"Url": "https://*:7500"
"Url": "https://localhost:7500"
},
"Http": {
"Url": "http://*:7501"
"Url": "http://localhost:7501"
}
}
}
Expand Down

0 comments on commit 7f9f7fd

Please sign in to comment.