JosephSuvak / QR-Ticket-Generator

Generates a QR code for different users on a database.
2 stars 0 forks source link

Taking out unnecessary qr code function #36

Closed JohnBanas closed 3 years ago

JohnBanas commented 3 years ago

The qr code function was calling a favicon from it's current location, moved the function to the get ticket by id api, so every time we call for a single ticket, a unique qr code based on its id gets made as well.