Skip to content

Commit 9dfcb0d

Browse files
fix: include locale-prefixed paths in botid client-side protection (calcom#27910)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 240405f commit 9dfcb0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/instrumentation-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if (
5959
initBotId({
6060
protect: [
6161
{
62-
path: "/api/book/event",
62+
path: "*/api/book/event",
6363
method: "POST",
6464
},
6565
],

0 commit comments

Comments
 (0)