fixes
Deploy service tg-bot / service tg-bot (push) Waiting to run
Deploy app frontend / app frontend (push) Successful in 2m49s
Deploy db-migrations / db-migrations (push) Successful in 1m23s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m38s

This commit is contained in:
2024-12-12 21:01:40 +02:00
parent 5d2aca3c7b
commit dcd389c50d
7 changed files with 63 additions and 50 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export const createQrCodeDocument = async (
) => {
const uri = Math.abs(Date.now() - EPOCH).toString(36)
const url = new URL(
`${import.meta.env.VITE_READ_BASE_URL || '/read'}/${uri}`,
`${import.meta.env.VITE_READ_BASE_URL || '/read/qr'}/${uri}`,
location.origin,
).toString()