Skip to content

Commit

Permalink
fix: qrcode service deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinbengeorge authored Sep 8, 2024
1 parent 961929c commit eded212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/services/qrcode/genQr.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ package qr
Generates a QR Code of any string data.
**************************************/
func GenerateQRCode(data string) string {
qrCode := "https://chart.apis.google.com/chart?cht=qr&chs=256x256&chl=" + data
qrCode := "https://quickchart.io/chart?cht=qr&chs=256x256&chl=" + data
return qrCode
}

0 comments on commit eded212

Please sign in to comment.