From 92df0c3c445c4a1768fa41d90c75376a5bdf6805 Mon Sep 17 00:00:00 2001 From: minuk926 Date: Tue, 31 May 2022 13:56:25 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=8C=80=EC=89=AC=EB=B3=B4=EB=93=9C=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xit/biz/ctgy/controller/ResidentAndDisabledController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/xit/biz/ctgy/controller/ResidentAndDisabledController.java b/src/main/java/com/xit/biz/ctgy/controller/ResidentAndDisabledController.java index a7a517c..7618156 100644 --- a/src/main/java/com/xit/biz/ctgy/controller/ResidentAndDisabledController.java +++ b/src/main/java/com/xit/biz/ctgy/controller/ResidentAndDisabledController.java @@ -178,7 +178,7 @@ public class ResidentAndDisabledController { @Secured(policy = SecurityPolicy.TOKEN) @Operation(summary = "dashboard" , description = "dashboard") - @GetMapping(value="/admin/dashboard", produces = MediaType.APPLICATION_JSON_VALUE) + @GetMapping(value="/dashboard", produces = MediaType.APPLICATION_JSON_VALUE) public ResponseEntity getDashboard() { return RestResponse.of(service.findDashboard()); }