feat: 后端也添加了写了一半的人机验证模块
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user