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: {