Add monitoring with another system
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-06-11 11:08:03 +07:00
parent 9c81dfea87
commit 2a93152f24
10 changed files with 159 additions and 54 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()