Skip to content

Commit

Permalink
Update Http URL to Https in appsettings.json
Browse files Browse the repository at this point in the history
Changed the HTTP URL to HTTPS in the appsettings.json file.
  • Loading branch information
0xF6 committed Jan 2, 2025
1 parent 4ad9dd7 commit b8d1510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Argon.Entry/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Endpoints": {
"Https": {
"Protocols": "Http1AndHttp2",
"Url": "http://0.0.0.0:5002"
"Url": "https://0.0.0.0:5002"
}
}
},
Expand Down

0 comments on commit b8d1510

Please sign in to comment.