feature/code-standard-auth-20260114 #46

Merged
moyin merged 3 commits from feature/code-standard-auth-20260114 into main 2026-01-14 14:23:36 +08:00
Showing only changes of commit 5bc7cdb532 - Show all commits

View File

@@ -29,11 +29,14 @@ import { LoginController } from './login.controller';
import { RegisterController } from './register.controller';
import { JwtAuthGuard } from './jwt_auth.guard';
import { AuthModule } from '../../business/auth/auth.module';
import { LoginCoreModule } from '../../core/login_core/login_core.module';
@Module({
imports: [
// 导入业务层模块
AuthModule,
// 导入核心层模块JwtAuthGuard需要LoginCoreService
LoginCoreModule,
],
controllers: [
// 网关层控制器