mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
Oops
This commit is contained in:
@@ -19,7 +19,6 @@ public class SecurityConfig {
|
|||||||
@Bean
|
@Bean
|
||||||
public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception {
|
public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception {
|
||||||
http
|
http
|
||||||
.csrf(csrf -> csrf.disable())
|
|
||||||
.authorizeHttpRequests(auth -> auth
|
.authorizeHttpRequests(auth -> auth
|
||||||
.requestMatchers("/login", "/register", "/css/**", "/images/**").permitAll()
|
.requestMatchers("/login", "/register", "/css/**", "/images/**").permitAll()
|
||||||
.requestMatchers("/api/users").permitAll()
|
.requestMatchers("/api/users").permitAll()
|
||||||
|
|||||||
Reference in New Issue
Block a user