From 8a0b2c8a3b19be30546cd8a4d0340b8bce0d3111 Mon Sep 17 00:00:00 2001 From: Ok JaeOok Date: Sun, 28 Jan 2024 05:58:50 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20DTO=20to=20=EB=8F=84=EB=A9=94=EC=9D=B8?= =?UTF-8?q?=20=EB=A7=A4=ED=95=91=20=EC=BD=94=EB=93=9C=20=EC=98=A4=EB=A5=98?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `#` LeportsDTO to Leports --- .../java/fc/be/app/domain/place/dto/PlaceInfoGetResponse.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/fc/be/app/domain/place/dto/PlaceInfoGetResponse.java b/app/src/main/java/fc/be/app/domain/place/dto/PlaceInfoGetResponse.java index 801480b5..6db79cd2 100644 --- a/app/src/main/java/fc/be/app/domain/place/dto/PlaceInfoGetResponse.java +++ b/app/src/main/java/fc/be/app/domain/place/dto/PlaceInfoGetResponse.java @@ -37,7 +37,7 @@ public ContentTypeId deserialize(JsonParser p, DeserializationContext ctxt) thro AccommodationDTO.class, Accommodation.class, FacilityDTO.class, Facility.class, FestivalDTO.class, Festival.class, - LeportsDTO.class, Festival.class, + LeportsDTO.class, Leports.class, RestaurantDTO.class, Restaurant.class, ShopDTO.class, Shop.class, SpotDTO.class, Spot.class