mirror of
https://github.com/t3xhno/nestjs-auth.git
synced 2024-11-22 02:13:43 +00:00
removed unused bookmarks module for now
This commit is contained in:
parent
53d1043d4f
commit
1d53ac1501
@ -4,14 +4,12 @@ import { ConfigModule } from '@nestjs/config';
|
||||
import { AuthModule } from './auth/auth.module';
|
||||
import { UserModule } from './user/user.module';
|
||||
import { PrismaModule } from './prisma/prisma.module';
|
||||
import { BookmarkModule } from './bookmark/bookmark.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
AuthModule,
|
||||
UserModule,
|
||||
PrismaModule,
|
||||
BookmarkModule,
|
||||
ConfigModule.forRoot({ isGlobal: true }),
|
||||
],
|
||||
})
|
||||
|
@ -1,4 +0,0 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
|
||||
@Module({})
|
||||
export class BookmarkModule {}
|
Loading…
Reference in New Issue
Block a user