mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: no logging needed anymore
This commit is contained in:
parent
5291a05d2c
commit
92102ff282
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ export async function generateQRCode(app: FastifyInstance) {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const qrCodeUrl = await QRCode.toDataURL(data.qrcodeContent);
|
const qrCodeUrl = await QRCode.toDataURL(data.qrcodeContent);
|
||||||
console.log("QR Code generated:", qrCodeUrl);
|
|
||||||
return reply
|
return reply
|
||||||
.header("Content-Type", "application/json")
|
.header("Content-Type", "application/json")
|
||||||
.status(200)
|
.status(200)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue