mirror of
https://github.com/Redume/Kekkai.git
synced 2025-03-12 19:44:39 +03:00
fix(server): added the patch at the end, it was causing the analytics to malfunction
This commit is contained in:
parent
547b6c2754
commit
e2c513fe81
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ fastify.addHook('onResponse', async (request, reply) => {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await axios.post(
|
await axios.post(
|
||||||
`https://${config['analytics']['plausible_domain']}/api/event`,
|
`https://${config['analytics']['plausible_domain']}/api/event/`,
|
||||||
event,
|
event,
|
||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue