fix: temporarily remove botid from demo (#1438)
This commit is contained in:
parent
314f8ced57
commit
5c941dd830
6 changed files with 3 additions and 51 deletions
|
|
@ -1,10 +1 @@
|
|||
import { initBotId } from "botid/client/core";
|
||||
|
||||
initBotId({
|
||||
protect: [
|
||||
{
|
||||
path: `${process.env.NEXT_PUBLIC_BASE_PATH ?? ""}/api/chat`,
|
||||
method: "POST",
|
||||
},
|
||||
],
|
||||
});
|
||||
export {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue