Skip to content

Commit 2ab4c24

Browse files
committed
fix(infra): fixes conflits with SecurityConfig
1 parent 7da20b8 commit 2ab4c24

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

api/src/main/java/com/orderflow/ecommerce/config/SecurityConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
4545
.requestMatchers("/products/**", "/categories/**").authenticated()
4646
.anyRequest().authenticated()
4747
);
48-
4948
return http.build();
5049
}
5150

0 commit comments

Comments
 (0)