mirror of
https://github.com/docmost/docmost.git
synced 2026-06-10 18:16:57 +08:00
implement jwt auth
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { UserModule } from './user/user.module';
|
||||
import { AuthModule } from './auth/auth.module';
|
||||
|
||||
@Module({
|
||||
imports: [UserModule],
|
||||
imports: [UserModule, AuthModule],
|
||||
})
|
||||
export class CoreModule {}
|
||||
|
||||
Reference in New Issue
Block a user