mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 12:41:31 +10:00
feat(resume): ✨ implement resume locking feature
This commit is contained in:
@ -2,7 +2,7 @@ import { HttpException, Module } from "@nestjs/common";
|
||||
import { APP_INTERCEPTOR, APP_PIPE } from "@nestjs/core";
|
||||
import { ServeStaticModule } from "@nestjs/serve-static";
|
||||
import { RavenInterceptor, RavenModule } from "nest-raven";
|
||||
import { ZodSerializerInterceptor, ZodValidationPipe } from "nestjs-zod";
|
||||
import { ZodValidationPipe } from "nestjs-zod";
|
||||
import { join } from "path";
|
||||
|
||||
import { AuthModule } from "./auth/auth.module";
|
||||
@ -44,10 +44,6 @@ import { UtilsModule } from "./utils/utils.module";
|
||||
provide: APP_PIPE,
|
||||
useClass: ZodValidationPipe,
|
||||
},
|
||||
{
|
||||
provide: APP_INTERCEPTOR,
|
||||
useClass: ZodSerializerInterceptor,
|
||||
},
|
||||
{
|
||||
provide: APP_INTERCEPTOR,
|
||||
useValue: new RavenInterceptor({
|
||||
|
||||
Reference in New Issue
Block a user