From 8d5c2768b282c31921158da8508476885c5d324c Mon Sep 17 00:00:00 2001 From: MODUGGAGI Date: Sun, 16 Feb 2025 12:43:41 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20resourceId=EC=97=90=EC=84=9C=20episo?= =?UTF-8?q?deId=EB=A1=9C=20=ED=95=84=EB=93=9C=20=EC=9D=B4=EB=A6=84=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../learningFlow_BE/web/dto/resource/ResourceResponseDTO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/learningFlow/learningFlow_BE/web/dto/resource/ResourceResponseDTO.java b/src/main/java/learningFlow/learningFlow_BE/web/dto/resource/ResourceResponseDTO.java index ca5824ea..6b191cad 100644 --- a/src/main/java/learningFlow/learningFlow_BE/web/dto/resource/ResourceResponseDTO.java +++ b/src/main/java/learningFlow/learningFlow_BE/web/dto/resource/ResourceResponseDTO.java @@ -59,7 +59,7 @@ public static class episodeInformation { @NoArgsConstructor @Builder public static class SearchResultResourceDTO { - Long resourceId; + Long episodeId; String episodeName; String url; String resourceSource;