Skip to content

Commit c156b1b

Browse files
Changed path
1 parent 38b5a16 commit c156b1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/itasocialacademy/oitassist/security/config/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public SecurityFilterChain configure(HttpSecurity http) {
8383
"/api/v1/user-activation/verify",
8484
"/ui",
8585
"/ui/**",
86-
"/api/v1/files/download/**",
86+
"/api/v1/files/**",
8787
"/api/v1/version")
8888
.permitAll()
8989
.requestMatchers(

0 commit comments

Comments
 (0)