🐛 Fix processTelemetry endpoint not reachable

This commit is contained in:
Baptiste Arnaud
2023-11-23 15:48:39 +01:00
parent 5b0073bb61
commit 30b09e56a4
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ export const processTelemetryEvent = authenticatedProcedure
.meta({
openapi: {
method: 'POST',
path: '/t/process',
path: '/v1/t/process',
description:
"Only used for the cloud version of Typebot. It's the way it processes telemetry events and inject it to thrid-party services.",
tags: ['Telemetry'],