Skip to content

Commit

Permalink
Update WebSecurityConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kasundie30 authored Jul 15, 2024
1 parent a6473ac commit f256449
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
.csrf(AbstractHttpConfigurer::disable)
.authorizeHttpRequests(authz -> authz

.requestMatchers("/api/v*/registration/**", "/api/v*/news/**", "/api/v*/gallery/**",
"/api/v*/files/**", "/api/v*/registration/login/**", )

.requestMatchers("/api/v*/registration/**", "/api/v1/news/**", "/api/v1/gallery/**", "/api/v*/files/**",
"/api/v*/registration/login/**", "/api/v1/tasks/**", "/api/v1/users/**", "/deliverable/**")

Expand Down

0 comments on commit f256449

Please sign in to comment.