mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 09:34:02 +03:00
Add test for making QR code url
This commit is contained in:
@@ -11,7 +11,7 @@ func MakeQRCodeURL(data string) string {
|
||||
rv := url.URL{
|
||||
Scheme: "https",
|
||||
Host: "api.qrserver.com",
|
||||
Path: "v1/create-qr-code",
|
||||
Path: "/v1/create-qr-code",
|
||||
RawQuery: values.Encode(),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user