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
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user