Skip to content

Commit

Permalink
Merge pull request #39 from QRTaxi/hjQrUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
leehjhjhj authored Aug 15, 2023
2 parents cddf0ca + e635c7c commit b90b692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qr/services/qr_image_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def make_qr_image(qr_id):
border=1
)
hashed = Hashing.encode(qr_id)
image_url = f"https://qrtaxi.co.kr/{hashed}"
image_url = f"https://qrtaxi.co.kr/booking/{hashed}"
data = {
"img_url": image_url,
"location": qr_id
Expand Down

0 comments on commit b90b692

Please sign in to comment.