mirror of
				https://github.com/t3xhno/nestjs-auth.git
				synced 2025-10-31 18:05:57 +00:00 
			
		
		
		
	removed unused bookmarks module for now
This commit is contained in:
		| @@ -4,14 +4,12 @@ import { ConfigModule } from '@nestjs/config'; | |||||||
| import { AuthModule } from './auth/auth.module'; | import { AuthModule } from './auth/auth.module'; | ||||||
| import { UserModule } from './user/user.module'; | import { UserModule } from './user/user.module'; | ||||||
| import { PrismaModule } from './prisma/prisma.module'; | import { PrismaModule } from './prisma/prisma.module'; | ||||||
| import { BookmarkModule } from './bookmark/bookmark.module'; |  | ||||||
|  |  | ||||||
| @Module({ | @Module({ | ||||||
|   imports: [ |   imports: [ | ||||||
|     AuthModule, |     AuthModule, | ||||||
|     UserModule, |     UserModule, | ||||||
|     PrismaModule, |     PrismaModule, | ||||||
|     BookmarkModule, |  | ||||||
|     ConfigModule.forRoot({ isGlobal: true }), |     ConfigModule.forRoot({ isGlobal: true }), | ||||||
|   ], |   ], | ||||||
| }) | }) | ||||||
|   | |||||||
| @@ -1,4 +0,0 @@ | |||||||
| import { Module } from '@nestjs/common'; |  | ||||||
|  |  | ||||||
| @Module({}) |  | ||||||
| export class BookmarkModule {} |  | ||||||
		Reference in New Issue
	
	Block a user