Skip to content

Commit

Permalink
Update FileResponseDTO
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoon0221 authored Nov 23, 2024
1 parent 6322fb2 commit 959f9a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/java/com/example/demo/domain/dto/s3/FileResponseDTO
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
package com.example.demo.domain.dto.s3;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
@AllArgsConstructor
public class FileResponseDTO {
private String fileUrl; // 파일 URL
}

0 comments on commit 959f9a4

Please sign in to comment.