chatbot-template/instrumentation-client.ts

11 lines
142 B
TypeScript
Raw Normal View History

import { initBotId } from "botid/client/core";
initBotId({
protect: [
{
path: "/api/chat",
method: "POST",
},
],
});