From 60b792ebc3c2d0b80e14b0492e892e9f8013af2b Mon Sep 17 00:00:00 2001 From: "Kayashov.SM" Date: Sat, 29 Nov 2025 14:47:39 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D0=B1?= =?UTF-8?q?=D0=B0=D0=B3=D0=B0=20=D1=81=20=D0=BE=D1=82=D0=BA=D1=80=D1=8B?= =?UTF-8?q?=D1=82=D0=B8=D0=B5=D0=BC=20=D0=BC=D0=BE=D0=B4=D0=B5=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=BE=D0=BA=D0=BD=D0=B0=20=D0=BD?= =?UTF-8?q?=D0=B5=20=D0=B0=D0=B2=D1=82=D0=BE=D1=80=D0=B8=D0=B7=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=BD=D0=BD=D1=8B=D0=BC=20=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/ru/kayashov/bar/security/SecurityConfig.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/ru/kayashov/bar/security/SecurityConfig.java b/src/main/java/ru/kayashov/bar/security/SecurityConfig.java index 03f6a4e..7e8e76f 100644 --- a/src/main/java/ru/kayashov/bar/security/SecurityConfig.java +++ b/src/main/java/ru/kayashov/bar/security/SecurityConfig.java @@ -56,6 +56,7 @@ public class SecurityConfig { .antMatchers("/api/auth/**").permitAll() .antMatchers("/api/cocktail/menu").permitAll() .antMatchers("/api/cocktail/drink/**").permitAll() + .antMatchers("/api/cocktail/modal").permitAll() .antMatchers("/api/category").permitAll() .antMatchers("/api/glass").permitAll() .antMatchers("/api/ingredient/simple").permitAll()