Ignore:
Timestamp:
02/06/23 03:59:41 (22 months ago)
Author:
DenicaKj <dkorvezir@…>
Branches:
master
Children:
f8ef9bd
Parents:
448bd84
Message:

Home Page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/com/example/moviezone/config/WebSecurityConfig.java

    r448bd84 reb5426c  
    3232        http.csrf().disable()
    3333                .authorizeRequests()
    34                 .antMatchers("/", "/home", "/assets/**", "/register", "/api/**").permitAll()
     34                .antMatchers("/","/home/getFilm/**", "/home", "/assets/**", "/register", "/api/**").permitAll()
    3535                .antMatchers("/admin/**").hasRole("ADMIN")
    3636                .anyRequest()
Note: See TracChangeset for help on using the changeset viewer.