fix: mercureUrl for prod

This commit is contained in:
ext.jeremy.guillot@maxicoffee.domains
2025-02-01 18:53:27 +01:00
parent d62907a38c
commit 59cf4cd3c1
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ export default class extends Controller {
}
const mercureHubUrl = 'https://mercure.test.nestor-server.fr/.well-known/mercure';
const mercureHubUrl = 'https://mangarr.test.nestor-server.fr/.well-known/mercure';
const eventSource = new EventSource(`${mercureHubUrl}?topic=activity`);
eventSource.onmessage = (event) => {