From ac5c639f282a6a4de70e16ddd13473e496a78a41 Mon Sep 17 00:00:00 2001 From: Hong0329 Date: Mon, 3 Nov 2025 13:40:07 +0900 Subject: [PATCH] feat update precommunity number --- .../api/community/service/CommunityQueryService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WableServer/src/main/java/com/wable/www/WableServer/api/community/service/CommunityQueryService.java b/WableServer/src/main/java/com/wable/www/WableServer/api/community/service/CommunityQueryService.java index c51dce3..9cf4d82 100644 --- a/WableServer/src/main/java/com/wable/www/WableServer/api/community/service/CommunityQueryService.java +++ b/WableServer/src/main/java/com/wable/www/WableServer/api/community/service/CommunityQueryService.java @@ -22,7 +22,7 @@ public class CommunityQueryService { private final CommunityRepository communityRepository; private static final Map TOTAL_MAP = Map.of( - "T1", 80, + "T1", 100, "DK", 18, "GEN", 20, "KT", 10,