From d4449c52b49f6e3dc947c4bf15b6f59470d97283 Mon Sep 17 00:00:00 2001 From: isprogrammingfun Date: Sun, 1 Jun 2025 20:41:03 +0900 Subject: [PATCH] =?UTF-8?q?refactor=20:=20=EB=B0=B0=EB=84=88=20=EC=A1=B0?= =?UTF-8?q?=ED=9A=8C=20API=20=ED=95=84=ED=84=B0=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EB=B9=A0=EC=A7=80=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boot/api/src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boot/api/src/main/resources/application.yml b/boot/api/src/main/resources/application.yml index a7d4c878..dac65e2f 100644 --- a/boot/api/src/main/resources/application.yml +++ b/boot/api/src/main/resources/application.yml @@ -41,3 +41,5 @@ exclude-auth-path-patterns: method: GET - path-pattern: /zzilit/img/upload method: POST + - path-pattern: /displays/banners/** + method: GET