@@ -51,6 +51,7 @@ public class SecurityConfig {
http
.authorizeHttpRequests(authorize -> authorize
.requestMatchers("/api/auth/*",
+ "/api/file",
"/api/email/*",
"/api/user/register",
"/api/user/updatePassword",