fix(server): added the patch at the end, it was causing the analytics to malfunction

This commit is contained in:
Данил 2025-03-03 01:29:38 +03:00
parent 547b6c2754
commit e2c513fe81

View file

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