From cce47986436d41443ff24557709397d39ba54b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 21 Mar 2026 13:28:26 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[files]=20presigned-url-by-path=20?= =?UTF-8?q?=ED=99=94=EC=9D=B4=ED=8A=B8=EB=A6=AC=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20(=EB=AC=B8=EC=84=9C=EC=96=91=EC=8B=9D=20?= =?UTF-8?q?=EC=84=B9=EC=85=98=20=EC=9D=B4=EB=AF=B8=EC=A7=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Middleware/ApiKeyMiddleware.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Middleware/ApiKeyMiddleware.php b/app/Http/Middleware/ApiKeyMiddleware.php index 6795a8c5..fa82e861 100644 --- a/app/Http/Middleware/ApiKeyMiddleware.php +++ b/app/Http/Middleware/ApiKeyMiddleware.php @@ -149,6 +149,7 @@ public function handle(Request $request, Closure $next) 'api/v1/guiderail-models/*', // 절곡품 가이드레일 상세 'api/v1/items/*/files', // 품목 파일 (절곡품 이미지 업로드/조회) 'api/v1/files/*/presigned-url', // 파일 presigned URL (이미지 표시) + 'api/v1/files/presigned-url-by-path', // 파일 경로 기반 presigned URL (문서양식 섹션 이미지) ]; // 현재 라우트 확인 (경로 또는 이름)