10 lines
142 B
TypeScript
10 lines
142 B
TypeScript
import { initBotId } from "botid/client/core";
|
|
|
|
initBotId({
|
|
protect: [
|
|
{
|
|
path: "/api/chat",
|
|
method: "POST",
|
|
},
|
|
],
|
|
});
|