fix(botid): re-add bot protection to demo branch (#1445)

This commit is contained in:
dancer 2026-03-04 19:20:57 +00:00 committed by GitHub
parent 99cd8699c1
commit 3bc77653ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 45 additions and 11 deletions

View file

@ -1 +1,10 @@
export {};
import { initBotId } from "botid/client/core";
initBotId({
protect: [
{
path: "/api/chat",
method: "POST",
},
],
});