Skip to content

Commit

Permalink
fix https typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jchate6 committed Jun 29, 2023
1 parent 5a6816e commit 23fb070
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default {
},
getGCNDestination: function() {
// This should probably pull from an API endopoint on the backend, but is hopefully sufficient for now.
if (this.getHermesUrl == "http://hermes.lco.global/") {
if (this.getHermesUrl == "https://hermes.lco.global/") {
return "circulars@gcn.nasa.gov"
}
return "circulars@dev.gcn.nasa.gov"
Expand Down

0 comments on commit 23fb070

Please sign in to comment.