- 디렉토리 구조 개선
This commit is contained in:
geonhee-min
2025-12-10 17:13:28 +09:00
parent f451306c90
commit 9578b37c64
19 changed files with 84 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
import { BaseResponseDto } from "../base-response.dto";
import { BaseResponseDto } from "../../../../common/dto/base-response.dto";
export class LoginResponseDto extends BaseResponseDto {
accessToken?: string;