NCBACK-162
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-06-01 15:07:11 +07:00
parent 184f3a730c
commit ab4c60f4b9
2 changed files with 17 additions and 28 deletions
@@ -25,7 +25,7 @@ public class SecurityConfig {
.sessionManagement(session ->
session.sessionCreationPolicy(SessionCreationPolicy.STATELESS))
.authorizeHttpRequests(auth -> auth
.requestMatchers("api/v{version}/files/public-download/**").permitAll() // логин, регистрация
.requestMatchers("api/v{version}/files/public-download/**").permitAll()
.requestMatchers("/api/files/public/**").permitAll()
.requestMatchers("/api/auth/**").permitAll()
.requestMatchers("/api/file/link/**").permitAll()