From 7de7081d67b347215ce9433ec7fe4f532590bfc6 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Thu, 30 Nov 2023 17:35:26 +0900 Subject: [PATCH] matomo path --- frontend/src/app/services/enterprise.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/services/enterprise.service.ts b/frontend/src/app/services/enterprise.service.ts index 0c86f086c..7e69af223 100644 --- a/frontend/src/app/services/enterprise.service.ts +++ b/frontend/src/app/services/enterprise.service.ts @@ -130,7 +130,7 @@ export class EnterpriseService { private getMatomo() { if (this.siteId != null) { - return window['Matomo']?.getTracker(this.statsUrl, this.siteId); + return window['Matomo']?.getTracker(this.statsUrl+'m.php', this.siteId); } }