From fc0faf579f1d632a66f628e9698d9c8bd8799ca1 Mon Sep 17 00:00:00 2001 From: kariskan Date: Thu, 22 Aug 2024 23:26:59 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B0=B0=ED=8F=AC=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../storage/domain/file/controller/MultipartFileController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/woowacamp/storage/domain/file/controller/MultipartFileController.java b/src/main/java/com/woowacamp/storage/domain/file/controller/MultipartFileController.java index 0b385ed..7da37e2 100644 --- a/src/main/java/com/woowacamp/storage/domain/file/controller/MultipartFileController.java +++ b/src/main/java/com/woowacamp/storage/domain/file/controller/MultipartFileController.java @@ -346,7 +346,7 @@ ResponseEntity download(@PathVariable Long fileId, @GetMapping("/hi") public String a() { - return "hihi"; + return "bibi"; } }