export const onRequest = [
(context) => {
return turnstilePlugin({
secret: context.env.SECRET,
});
},
...otherplugins or function
]
export const onRequest = [
(context) => {
return turnstilePlugin({
secret: context.env.SECRET,
});
},
...otherplugins or function
]