Ignore:
Timestamp:
02/06/22 18:19:53 (2 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Parents:
6fe77af
Message:

final presentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner/src/main/java/finki/diplomska/tripplanner/security/SecurityConfig.java

    r6fe77af r571e0df  
    8181                .antMatchers("/api/all").permitAll()
    8282                .antMatchers("/api/places").permitAll()
    83                 .antMatchers("/create/planner").permitAll()
    84                 .antMatchers("/create/planner/{id}").permitAll()
    85                 .antMatchers("/create/locations").permitAll()
    86                 .antMatchers("/create/trip/locations").permitAll()
    87                 .antMatchers("/create").permitAll()
    8883                .anyRequest().authenticated();
    8984        http.addFilterBefore(jwtAuthenticationFilter(), UsernamePasswordAuthenticationFilter.class);
Note: See TracChangeset for help on using the changeset viewer.