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