diff --git a/frontend/js/app.js b/frontend/js/app.js index d419f2a..91c29b4 100644 --- a/frontend/js/app.js +++ b/frontend/js/app.js @@ -363,7 +363,7 @@ async function chargerBoothInfo() { const info = await apiGet('/api/booth/info'); if (info.password) { const eventId = (config.evenement || {}).event_id || booth.event_id || 'default'; - const qrUrl = `${booth.url}/admin/gallery/${eventId}?p=${info.password}`; + const qrUrl = `${booth.url}/g/${eventId}?p=${info.password}`; document.getElementById('booth-qr').src = `/api/qr?url=${encodeURIComponent(qrUrl)}`; el.classList.remove('cache'); }