1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-30 07:26:00 -04:00
Files
jarv.is/instrumentation-client.ts

15 lines
200 B
TypeScript

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