Skip to content

Commit

Permalink
remove @EnableWebSecurity as it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Oct 24, 2023
1 parent 21ba416 commit 0459d68
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* Configures our application with Spring Security to restrict access to our API endpoints.
*/
@Configuration
@EnableWebSecurity
public class SecurityConfig {

@Bean
Expand Down

0 comments on commit 0459d68

Please sign in to comment.