From e2c513fe8122107d33011fcfe614b5fd646d1223 Mon Sep 17 00:00:00 2001 From: Redume Date: Mon, 3 Mar 2025 01:29:38 +0300 Subject: [PATCH] fix(server): added the patch at the end, it was causing the analytics to malfunction --- server/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.js b/server/main.js index 165c7b3..33142a0 100644 --- a/server/main.js +++ b/server/main.js @@ -86,7 +86,7 @@ fastify.addHook('onResponse', async (request, reply) => { try { await axios.post( - `https://${config['analytics']['plausible_domain']}/api/event`, + `https://${config['analytics']['plausible_domain']}/api/event/`, event, { headers: {