feat: 后端也添加了写了一半的人机验证模块

This commit is contained in:
2025-12-17 20:31:23 +08:00
parent c9e49bb769
commit 54acad1671
9 changed files with 106 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ import { BlogModule } from './blog/blog.module';
import { AdminModule } from './admin/admin.module';
import { OssModule } from './oss/oss.module';
import { ThrottlerModule } from '@nestjs/throttler';
import { CaptchaModule } from './captcha/captcha.module';
@Module({
imports: [
@@ -43,6 +44,7 @@ import { ThrottlerModule } from '@nestjs/throttler';
BlogModule,
AdminModule,
OssModule,
CaptchaModule,
],
controllers: [AppController],
providers: [AppService],