From 8512445bb51819eb790d3d58e22ee57466134d9c Mon Sep 17 00:00:00 2001 From: 1000hyehyang Date: Wed, 11 Feb 2026 22:09:12 +0900 Subject: [PATCH] =?UTF-8?q?chore(#381):=20swagger=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../attachment/presentation/swagger/AttachmentSwagger.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/example/RealMatch/attachment/presentation/swagger/AttachmentSwagger.java b/src/main/java/com/example/RealMatch/attachment/presentation/swagger/AttachmentSwagger.java index 7b58dacf..82af6b28 100644 --- a/src/main/java/com/example/RealMatch/attachment/presentation/swagger/AttachmentSwagger.java +++ b/src/main/java/com/example/RealMatch/attachment/presentation/swagger/AttachmentSwagger.java @@ -30,6 +30,7 @@ public interface AttachmentSwagger { 첨부 파일을 업로드하고 메타 정보를 반환합니다. - IMAGE: png, jpeg(jpg)만 허용 - FILE: pdf, doc, docx만 허용 + by 여채현 """) @ApiResponses({ @ApiResponse(responseCode = "200", description = "첨부파일 업로드 성공"),