Skip to content

Commit

Permalink
"Update URL for Sms4Sats"
Browse files Browse the repository at this point in the history
Changes made: Corrected the URL for the 'Sms4Sats' service from 'http://sms4sats.com/' to 'https://sms4sats.com/'. This ensures that the application uses a secure (HTTPS) connection when accessing the Sms4Sats API, which helps protect user data and maintain trust in the service.
  • Loading branch information
Gudnessuche authored Nov 28, 2024
1 parent 254d7e5 commit d9be6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/json/vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"endpointURI": "https://lightsats.com/api/auth/lnurl/generate-secret"
},
"Sms4Sats": {
"url": "http://sms4sats.com/"
"url": "https://sms4sats.com/"
},
"ln.pizza": {
"url": "https://ln.pizza/?breez_wallet"
Expand All @@ -49,4 +49,4 @@
"Snort":{
"url" : "https://snort.social"
}
}
}

0 comments on commit d9be6b5

Please sign in to comment.