fix cant build
Deploy / deploy (push) Successful in 38s

This commit is contained in:
Rayyan
2026-08-09 18:43:55 +07:00
parent 6ee7a7cda4
commit a50b57b5ea
4 changed files with 16 additions and 14 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ import { Controller, Get, Post, Query, Res, Req, Body, HttpCode, HttpStatus, Log
import { ApiTags, ApiOperation } from '@nestjs/swagger';
import { AuthService } from './auth.service';
import { Response, Request } from 'express';
import { JwtGuard } from '../../../core/auth/guards/jwt.guard';
import { RefreshGuard } from '../../../core/auth/guards/refresh.guard';
import { JwtGuard } from '../../core/auth/guards/jwt.guard';
import { RefreshGuard } from '../../core/auth/guards/refresh.guard';
import { ConfigService } from '@nestjs/config';
@ApiTags('Auth')