UNPKG

nestjs-cloudflare-turnstile

Version:

NestJS module for Cloudflare Turnstile CAPTCHA verification.

9 lines (8 loc) 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TurnstileCaptcha = TurnstileCaptcha; const common_1 = require("@nestjs/common"); const guards_1 = require("../guards"); function TurnstileCaptcha() { return (0, common_1.UseGuards)(guards_1.TurnstileGuard); }